Lines Matching refs:_code
3939 MS_U16 _code; in JPEG_make_huff_table() local
3976 _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()
4058 _code <<= ( 16 - ( code_size - 8 ) ); in JPEG_make_huff_table()
4062 if ( ( _code & 0x8000 ) == 0 ) in JPEG_make_huff_table()
4080 _code <<= 1; in JPEG_make_huff_table()
4083 if ( ( _code & 0x8000 ) == 0 ) in JPEG_make_huff_table()