Searched refs:arith_dc_U (Results 1 – 6 of 6) sorted by relevance
363 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */ member612 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */ member
302 else if (m > (int)((1L << cinfo->arith_dc_U[tbl]) >> 1)) in decode_mcu_DC_first()560 else if (m > (int)((1L << cinfo->arith_dc_U[tbl]) >> 1)) in decode_mcu()
214 cinfo->arith_dc_U[i] = 1; in get_soi()412 cinfo->arith_dc_U[index] = (UINT8)(val >> 4); in get_dac()413 if (cinfo->arith_dc_L[index] > cinfo->arith_dc_U[index]) in get_dac()
440 else if (m > (int)((1L << cinfo->arith_dc_U[tbl]) >> 1)) in encode_mcu_DC_first()755 else if (m > (int)((1L << cinfo->arith_dc_U[tbl]) >> 1)) in encode_mcu()
214 cinfo->arith_dc_U[i] = 1; in jpeg_set_defaults()
263 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i] << 4)); in emit_dac()