Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c3938 MS_U16 huffcode[257]; in JPEG_make_huff_table() local
3953 JPEG_memset((void *)huffcode, 0, sizeof(huffcode)); in JPEG_make_huff_table()
3984 huffcode[p++] = _code; in JPEG_make_huff_table()
4001 … _Huff_info[indextmp].u16Code[i] = huffcode[_Huff_info[indextmp].u8Symbol[i]] << (15 - (i - 1)); in JPEG_make_huff_table()
4030 _code = huffcode[p]; in JPEG_make_huff_table()
H A DapiJPEG.c4022 MS_U16 huffcode[257]; in JPEG_make_huff_table() local
4037 JPEG_memset((void *)huffcode, 0, sizeof(huffcode)); in JPEG_make_huff_table()
4068 huffcode[p++] = _code; in JPEG_make_huff_table()
4086 …pNJPEGContext->_Huff_info[pNJPEGContext->eNJPDNum][indextmp].u16Code[i] = huffcode[pNJPEGContext->… in JPEG_make_huff_table()
4115 _code = huffcode[p]; in JPEG_make_huff_table()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c3930 MS_U16 huffcode[257]; in JPEG_make_huff_table() local
3945 JPEG_memset((void *)huffcode, 0, sizeof(huffcode)); in JPEG_make_huff_table()
3976 huffcode[p++] = _code; in JPEG_make_huff_table()
3993 _Huff_info[index].u16Code[i] = huffcode[_Huff_info[index].u8Symbol[i]] << (15 - (i - 1)); in JPEG_make_huff_table()
4022 _code = huffcode[p]; in JPEG_make_huff_table()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c3885 MS_U16 huffcode[257]; in JPEG_make_huff_table() local
3900 JPEG_memset((void *)huffcode, 0, sizeof(huffcode)); in JPEG_make_huff_table()
3931 huffcode[p++] = _code; in JPEG_make_huff_table()
3948 … _Huff_info[indextmp].u16Code[i] = huffcode[_Huff_info[indextmp].u8Symbol[i]] << (15 - (i - 1)); in JPEG_make_huff_table()
3977 _code = huffcode[p]; in JPEG_make_huff_table()