Searched refs:arith_dc_L (Results 1 – 4 of 4) sorted by relevance
313 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ member545 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ member
210 cinfo->arith_dc_L[i] = 0; in get_soi()397 cinfo->arith_dc_L[index] = (UINT8) (val & 0x0F); in get_dac()399 if (cinfo->arith_dc_L[index] > cinfo->arith_dc_U[index]) in get_dac()
295 cinfo->arith_dc_L[i] = 0; in jpeg_set_defaults()
253 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i]<<4)); in emit_dac()