Searched refs:_code (Results 1 – 5 of 5) sorted by relevance
3939 MS_U16 _code; in JPEG_make_huff_table() local3976 _code = 0; in JPEG_make_huff_table()3984 huffcode[p++] = _code; in JPEG_make_huff_table()3985 _code++; in JPEG_make_huff_table()3995 _code <<= 1; in JPEG_make_huff_table()4030 _code = huffcode[p]; in JPEG_make_huff_table()4037 _code <<= ( 8 - code_size ); in JPEG_make_huff_table()4041 hs->s16Look_up[_code] = i; in JPEG_make_huff_table()4042 _code++; in JPEG_make_huff_table()4047 subtree = ( _code >> ( code_size - 8 ) ) & 0xFF; in JPEG_make_huff_table()[all …]
4023 MS_U16 _code; in JPEG_make_huff_table() local4060 _code = 0; in JPEG_make_huff_table()4068 huffcode[p++] = _code; in JPEG_make_huff_table()4069 _code++; in JPEG_make_huff_table()4079 _code <<= 1; in JPEG_make_huff_table()4115 _code = huffcode[p]; in JPEG_make_huff_table()4122 _code <<= ( 8 - code_size ); in JPEG_make_huff_table()4126 hs->s16Look_up[_code] = i; in JPEG_make_huff_table()4127 _code++; in JPEG_make_huff_table()4132 subtree = ( _code >> ( code_size - 8 ) ) & 0xFF; in JPEG_make_huff_table()[all …]
3931 MS_U16 _code; in JPEG_make_huff_table() local3968 _code = 0; in JPEG_make_huff_table()3976 huffcode[p++] = _code; in JPEG_make_huff_table()3977 _code++; in JPEG_make_huff_table()3987 _code <<= 1; in JPEG_make_huff_table()4022 _code = huffcode[p]; in JPEG_make_huff_table()4029 _code <<= ( 8 - code_size ); in JPEG_make_huff_table()4033 hs->s16Look_up[_code] = i; in JPEG_make_huff_table()4034 _code++; in JPEG_make_huff_table()4039 subtree = ( _code >> ( code_size - 8 ) ) & 0xFF; in JPEG_make_huff_table()[all …]
3886 MS_U16 _code; in JPEG_make_huff_table() local3923 _code = 0; in JPEG_make_huff_table()3931 huffcode[p++] = _code; in JPEG_make_huff_table()3932 _code++; in JPEG_make_huff_table()3942 _code <<= 1; in JPEG_make_huff_table()3977 _code = huffcode[p]; in JPEG_make_huff_table()3984 _code <<= ( 8 - code_size ); in JPEG_make_huff_table()3988 hs->s16Look_up[_code] = i; in JPEG_make_huff_table()3989 _code++; in JPEG_make_huff_table()3994 subtree = ( _code >> ( code_size - 8 ) ) & 0xFF; in JPEG_make_huff_table()[all …]
69 typedef struct _code { struct