Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djpeglib.h356 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ member
605 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ member
Djdarith.c300 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()
Djdmarker.c213 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()
Djcarith.c438 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()
Djcparam.c213 cinfo->arith_dc_L[i] = 0; in jpeg_set_defaults()
Djcmarker.c263 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i] << 4)); in emit_dac()