Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
Djpeglib.h363 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */ member
612 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */ member
Djdarith.c302 else if (m > (int)((1L << cinfo->arith_dc_U[tbl]) >> 1)) in decode_mcu_DC_first()
560 else if (m > (int)((1L << cinfo->arith_dc_U[tbl]) >> 1)) in decode_mcu()
Djdmarker.c214 cinfo->arith_dc_U[i] = 1; in get_soi()
412 cinfo->arith_dc_U[index] = (UINT8)(val >> 4); in get_dac()
413 if (cinfo->arith_dc_L[index] > cinfo->arith_dc_U[index]) in get_dac()
Djcarith.c440 else if (m > (int)((1L << cinfo->arith_dc_U[tbl]) >> 1)) in encode_mcu_DC_first()
755 else if (m > (int)((1L << cinfo->arith_dc_U[tbl]) >> 1)) in encode_mcu()
Djcparam.c214 cinfo->arith_dc_U[i] = 1; in jpeg_set_defaults()
Djcmarker.c263 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i] << 4)); in emit_dac()