Searched refs:NUM_ARITH_TBLS (Results 1 – 6 of 6) sorted by relevance
50 #define NUM_ARITH_TBLS 16 /* Arith-coding tables are numbered 0..15 */ macro356 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */357 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */358 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */605 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */606 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */607 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
233 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()
47 unsigned char *dc_stats[NUM_ARITH_TBLS];48 unsigned char *ac_stats[NUM_ARITH_TBLS];705 if (tbl < 0 || tbl >= NUM_ARITH_TBLS) in start_pass()717 if (tbl < 0 || tbl >= NUM_ARITH_TBLS) in start_pass()753 for (i = 0; i < NUM_ARITH_TBLS; i++) { in jinit_arith_decoder()
47 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()
212 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()
212 for (i = 0; i < NUM_ARITH_TBLS; i++) { in jpeg_set_defaults()