Searched refs:arith_dc_L (Results 1 – 6 of 6) sorted by relevance
362 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ member611 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ member
300 if (m < (int)((1L << cinfo->arith_dc_L[tbl]) >> 1)) in decode_mcu_DC_first()558 if (m < (int)((1L << cinfo->arith_dc_L[tbl]) >> 1)) in decode_mcu()
213 cinfo->arith_dc_L[i] = 0; in get_soi()411 cinfo->arith_dc_L[index] = (UINT8)(val & 0x0F); in get_dac()413 if (cinfo->arith_dc_L[index] > cinfo->arith_dc_U[index]) in get_dac()
438 if (m < (int)((1L << cinfo->arith_dc_L[tbl]) >> 1)) in encode_mcu_DC_first()753 if (m < (int)((1L << cinfo->arith_dc_L[tbl]) >> 1)) in encode_mcu()
213 cinfo->arith_dc_L[i] = 0; in jpeg_set_defaults()
263 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i] << 4)); in emit_dac()