Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djpeglib.h56 #define NUM_ARITH_TBLS 16 /* Arith-coding tables are numbered 0..15 */ macro
362 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
363 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
364 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
611 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
612 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
613 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
Djcmarker.c233 char dc_in_use[NUM_ARITH_TBLS]; in emit_dac()
234 char ac_in_use[NUM_ARITH_TBLS]; in emit_dac()
238 for (i = 0; i < NUM_ARITH_TBLS; i++) in emit_dac()
252 for (i = 0; i < NUM_ARITH_TBLS; i++) in emit_dac()
260 for (i = 0; i < NUM_ARITH_TBLS; i++) { in emit_dac()
Djdarith.c47 unsigned char *dc_stats[NUM_ARITH_TBLS];
48 unsigned char *ac_stats[NUM_ARITH_TBLS];
713 if (tbl < 0 || tbl >= NUM_ARITH_TBLS) in start_pass()
725 if (tbl < 0 || tbl >= NUM_ARITH_TBLS) in start_pass()
762 for (i = 0; i < NUM_ARITH_TBLS; i++) { in jinit_arith_decoder()
Djcarith.c47 unsigned char *dc_stats[NUM_ARITH_TBLS];
48 unsigned char *ac_stats[NUM_ARITH_TBLS];
865 if (tbl < 0 || tbl >= NUM_ARITH_TBLS) in start_pass()
878 if (tbl < 0 || tbl >= NUM_ARITH_TBLS) in start_pass()
925 for (i = 0; i < NUM_ARITH_TBLS; i++) { in jinit_arith_encoder()
Djdmarker.c212 for (i = 0; i < NUM_ARITH_TBLS; i++) { in get_soi()
405 if (index < 0 || index >= (2 * NUM_ARITH_TBLS)) in get_dac()
408 if (index >= NUM_ARITH_TBLS) { /* define AC table */ in get_dac()
409 cinfo->arith_ac_K[index - NUM_ARITH_TBLS] = (UINT8)val; in get_dac()
Djcparam.c212 for (i = 0; i < NUM_ARITH_TBLS; i++) { in jpeg_set_defaults()