Searched refs:huffcode (Results 1 – 4 of 4) sorted by relevance
3938 MS_U16 huffcode[257]; in JPEG_make_huff_table() local3953 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()
4022 MS_U16 huffcode[257]; in JPEG_make_huff_table() local4037 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()
3930 MS_U16 huffcode[257]; in JPEG_make_huff_table() local3945 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()
3885 MS_U16 huffcode[257]; in JPEG_make_huff_table() local3900 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()