Lines Matching refs:_code
3931 MS_U16 _code; in JPEG_make_huff_table() local
3968 _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()
4050 _code <<= ( 16 - ( code_size - 8 ) ); in JPEG_make_huff_table()
4054 if ( ( _code & 0x8000 ) == 0 ) in JPEG_make_huff_table()
4072 _code <<= 1; in JPEG_make_huff_table()
4075 if ( ( _code & 0x8000 ) == 0 ) in JPEG_make_huff_table()