Lines Matching refs:_code
4023 MS_U16 _code; in JPEG_make_huff_table() local
4060 _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()
4143 _code <<= ( 16 - ( code_size - 8 ) ); in JPEG_make_huff_table()
4147 if ( ( _code & 0x8000 ) == 0 ) in JPEG_make_huff_table()
4165 _code <<= 1; in JPEG_make_huff_table()
4168 if ( ( _code & 0x8000 ) == 0 ) in JPEG_make_huff_table()