Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djcarith.c529 (k <= cinfo->arith_ac_K[tbl] ? 189 : 217); in encode_mcu_AC_first()
798 (k <= cinfo->arith_ac_K[tbl] ? 189 : 217); in encode_mcu()
887 cinfo->arith_ac_K[tbl] = cinfo->Ss + in start_pass()
Djpeglib.h364 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */ member
613 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */ member
Djdarith.c373 (k <= cinfo->arith_ac_K[tbl] ? 189 : 217); in decode_mcu_AC_first()
601 (k <= cinfo->arith_ac_K[tbl] ? 189 : 217); in decode_mcu()
Djcparam.c215 cinfo->arith_ac_K[i] = 5; in jpeg_set_defaults()
Djdmarker.c215 cinfo->arith_ac_K[i] = 5; in get_soi()
409 cinfo->arith_ac_K[index - NUM_ARITH_TBLS] = (UINT8)val; in get_dac()
Djcmarker.c267 emit_byte(cinfo, cinfo->arith_ac_K[i]); in emit_dac()