Home
last modified time | relevance | path

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

/external/jpeg/
Djpeglib.h45 #define NUM_ARITH_TBLS 16 /* Arith-coding tables are numbered 0..15 */ macro
313 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
314 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
315 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
549 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
550 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
551 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
Djcmarker.c228 char dc_in_use[NUM_ARITH_TBLS]; in emit_dac()
229 char ac_in_use[NUM_ARITH_TBLS]; in emit_dac()
233 for (i = 0; i < NUM_ARITH_TBLS; i++) in emit_dac()
243 for (i = 0; i < NUM_ARITH_TBLS; i++) in emit_dac()
250 for (i = 0; i < NUM_ARITH_TBLS; i++) { in emit_dac()
Djdmarker.c209 for (i = 0; i < NUM_ARITH_TBLS; i++) { in get_soi()
391 if (index < 0 || index >= (2*NUM_ARITH_TBLS)) in get_dac()
394 if (index >= NUM_ARITH_TBLS) { /* define AC table */ in get_dac()
395 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val; in get_dac()
Djcparam.c294 for (i = 0; i < NUM_ARITH_TBLS; i++) { in jpeg_set_defaults()
/external/qemu/distrib/jpeg-6b/
Djpeglib.h45 #define NUM_ARITH_TBLS 16 /* Arith-coding tables are numbered 0..15 */ macro
313 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
314 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
315 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
549 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
550 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
551 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
Djcmarker.c228 char dc_in_use[NUM_ARITH_TBLS]; in emit_dac()
229 char ac_in_use[NUM_ARITH_TBLS]; in emit_dac()
233 for (i = 0; i < NUM_ARITH_TBLS; i++) in emit_dac()
243 for (i = 0; i < NUM_ARITH_TBLS; i++) in emit_dac()
250 for (i = 0; i < NUM_ARITH_TBLS; i++) { in emit_dac()
Djdmarker.c209 for (i = 0; i < NUM_ARITH_TBLS; i++) { in get_soi()
391 if (index < 0 || index >= (2*NUM_ARITH_TBLS)) in get_dac()
394 if (index >= NUM_ARITH_TBLS) { /* define AC table */ in get_dac()
395 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val; in get_dac()
Djcparam.c294 for (i = 0; i < NUM_ARITH_TBLS; i++) { in jpeg_set_defaults()