Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libjpeg/
H A Djdarith.c294 else if (m > (int) ((1L << cinfo->arith_dc_U[tbl]) >> 1)) in decode_mcu_DC_first()
570 else if (m > (int) ((1L << cinfo->arith_dc_U[tbl]) >> 1)) in decode_mcu()
H A Djdmarker.c213 cinfo->arith_dc_U[i] = 1; in get_soi()
438 cinfo->arith_dc_U[index] = (UINT8) (val >> 4); in get_dac()
439 if (cinfo->arith_dc_L[index] > cinfo->arith_dc_U[index]) in get_dac()
H A Djcarith.c434 else if (m > (int) ((1L << cinfo->arith_dc_U[tbl]) >> 1)) in encode_mcu_DC_first()
767 else if (m > (int) ((1L << cinfo->arith_dc_U[tbl]) >> 1)) in encode_mcu()
H A Djcparam.c226 cinfo->arith_dc_U[i] = 1; in jpeg_set_defaults()
H A Djcmarker.c261 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i]<<4)); in emit_dac()
/reactos/sdk/include/reactos/libs/libjpeg/
H A Djpeglib.h347 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */ member
591 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */ member