Home
last modified time | relevance | path

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

/external/jpeg/
Djpeglib.h315 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */ member
551 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */ member
Djcparam.c297 cinfo->arith_ac_K[i] = 5; in jpeg_set_defaults()
Djdmarker.c212 cinfo->arith_ac_K[i] = 5; in get_soi()
395 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val; in get_dac()
Djcmarker.c257 emit_byte(cinfo, cinfo->arith_ac_K[i]); in emit_dac()