Home
last modified time | relevance | path

Searched refs:arith_dc_L (Results 1 – 4 of 4) sorted by relevance

/external/jpeg/
Djpeglib.h313 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ member
545 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ member
Djdmarker.c210 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()
Djcparam.c295 cinfo->arith_dc_L[i] = 0; in jpeg_set_defaults()
Djcmarker.c253 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i]<<4)); in emit_dac()