Home
last modified time | relevance | path

Searched refs:hs (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c3949 JPEG_HuffTbl *hs = &_Huff_tbls[indextmp]; in JPEG_make_huff_table() local
4019 JPEG_memset((void *)(hs->s16Look_up), 0, sizeof( hs->s16Look_up ) ); in JPEG_make_huff_table()
4020 JPEG_memset((void *)(hs->s16Tree), 0, sizeof( hs->s16Tree ) ); in JPEG_make_huff_table()
4021 JPEG_memset((void *)(hs->u8Code_size), 0, sizeof( hs->u8Code_size ) ); in JPEG_make_huff_table()
4033 hs->u8Code_size[i] = code_size; in JPEG_make_huff_table()
4041 hs->s16Look_up[_code] = i; in JPEG_make_huff_table()
4049 currententry = hs->s16Look_up[subtree]; in JPEG_make_huff_table()
4053 hs->s16Look_up[subtree] = currententry = nextfreeentry; in JPEG_make_huff_table()
4067 if ( hs->s16Tree[-currententry - 1] == 0 ) in JPEG_make_huff_table()
4069 hs->s16Tree[-currententry - 1] = nextfreeentry; in JPEG_make_huff_table()
[all …]
H A DapiJPEG.c4033 JPEG_HuffTbl *hs = &pNJPEGContext->_Huff_tbls[pNJPEGContext->eNJPDNum][indextmp]; in JPEG_make_huff_table() local
4104 JPEG_memset((void *)(hs->s16Look_up), 0, sizeof( hs->s16Look_up ) ); in JPEG_make_huff_table()
4105 JPEG_memset((void *)(hs->s16Tree), 0, sizeof( hs->s16Tree ) ); in JPEG_make_huff_table()
4106 JPEG_memset((void *)(hs->u8Code_size), 0, sizeof( hs->u8Code_size ) ); in JPEG_make_huff_table()
4118 hs->u8Code_size[i] = code_size; in JPEG_make_huff_table()
4126 hs->s16Look_up[_code] = i; in JPEG_make_huff_table()
4134 currententry = hs->s16Look_up[subtree]; in JPEG_make_huff_table()
4138 hs->s16Look_up[subtree] = currententry = nextfreeentry; in JPEG_make_huff_table()
4152 if ( hs->s16Tree[-currententry - 1] == 0 ) in JPEG_make_huff_table()
4154 hs->s16Tree[-currententry - 1] = nextfreeentry; in JPEG_make_huff_table()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c3941 JPEG_HuffTbl *hs = &_Huff_tbls[index]; in JPEG_make_huff_table() local
4011 JPEG_memset((void *)(hs->s16Look_up), 0, sizeof( hs->s16Look_up ) ); in JPEG_make_huff_table()
4012 JPEG_memset((void *)(hs->s16Tree), 0, sizeof( hs->s16Tree ) ); in JPEG_make_huff_table()
4013 JPEG_memset((void *)(hs->u8Code_size), 0, sizeof( hs->u8Code_size ) ); in JPEG_make_huff_table()
4025 hs->u8Code_size[i] = code_size; in JPEG_make_huff_table()
4033 hs->s16Look_up[_code] = i; in JPEG_make_huff_table()
4041 currententry = hs->s16Look_up[subtree]; in JPEG_make_huff_table()
4045 hs->s16Look_up[subtree] = currententry = nextfreeentry; in JPEG_make_huff_table()
4059 if ( hs->s16Tree[-currententry - 1] == 0 ) in JPEG_make_huff_table()
4061 hs->s16Tree[-currententry - 1] = nextfreeentry; in JPEG_make_huff_table()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c3896 JPEG_HuffTbl *hs = &_Huff_tbls[indextmp]; in JPEG_make_huff_table() local
3966 JPEG_memset((void *)(hs->s16Look_up), 0, sizeof( hs->s16Look_up ) ); in JPEG_make_huff_table()
3967 JPEG_memset((void *)(hs->s16Tree), 0, sizeof( hs->s16Tree ) ); in JPEG_make_huff_table()
3968 JPEG_memset((void *)(hs->u8Code_size), 0, sizeof( hs->u8Code_size ) ); in JPEG_make_huff_table()
3980 hs->u8Code_size[i] = code_size; in JPEG_make_huff_table()
3988 hs->s16Look_up[_code] = i; in JPEG_make_huff_table()
3996 currententry = hs->s16Look_up[subtree]; in JPEG_make_huff_table()
4000 hs->s16Look_up[subtree] = currententry = nextfreeentry; in JPEG_make_huff_table()
4014 if ( hs->s16Tree[-currententry - 1] == 0 ) in JPEG_make_huff_table()
4016 hs->s16Tree[-currententry - 1] = nextfreeentry; in JPEG_make_huff_table()
[all …]