Searched refs:arith_dc_U (Results 1 – 6 of 6) sorted by relevance
294 else if (m > (int) ((1L << cinfo->arith_dc_U[tbl]) >> 1)) in decode_mcu_DC_first()570 else if (m > (int) ((1L << cinfo->arith_dc_U[tbl]) >> 1)) in decode_mcu()
213 cinfo->arith_dc_U[i] = 1; in get_soi()438 cinfo->arith_dc_U[index] = (UINT8) (val >> 4); in get_dac()439 if (cinfo->arith_dc_L[index] > cinfo->arith_dc_U[index]) in get_dac()
434 else if (m > (int) ((1L << cinfo->arith_dc_U[tbl]) >> 1)) in encode_mcu_DC_first()767 else if (m > (int) ((1L << cinfo->arith_dc_U[tbl]) >> 1)) in encode_mcu()
226 cinfo->arith_dc_U[i] = 1; in jpeg_set_defaults()
261 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i]<<4)); in emit_dac()
347 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */ member591 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */ member