NUM_ARITH_TBLS is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

NUM_ARITH_TBLS macro

Syntax

#define NUM_ARITH_TBLS 16

References

LocationText
jpeglib.h:54
#define NUM_ARITH_TBLS 16 /* Arith-coding tables are numbered 0..15 */
jcarith.c:41
unsigned char * dc_stats[NUM_ARITH_TBLS];
jcarith.c:42
unsigned char * ac_stats[NUM_ARITH_TBLS];
jcarith.c:871
if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
jcarith.c:884
if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
jcarith.c:930
for (i = 0; i < NUM_ARITH_TBLS; i++) {
jcmarker.c:230
char dc_in_use[NUM_ARITH_TBLS];
jcmarker.c:231
char ac_in_use[NUM_ARITH_TBLS];
jcmarker.c:235
for (i = 0; i < NUM_ARITH_TBLS; i++)
jcmarker.c:249
for (i = 0; i < NUM_ARITH_TBLS; i++)
jcmarker.c:257
for (i = 0; i < NUM_ARITH_TBLS; i++) {
jcparam.c:313
for (i = 0; i < NUM_ARITH_TBLS; i++) {
jdarith.c:38
unsigned char * dc_stats[NUM_ARITH_TBLS];
jdarith.c:39
unsigned char * ac_stats[NUM_ARITH_TBLS];
jdarith.c:708
if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
jdarith.c:721
if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
jdarith.c:757
for (i = 0; i < NUM_ARITH_TBLS; i++) {
jdmarker.c:210
for (i = 0; i < NUM_ARITH_TBLS; i++) {
jdmarker.c:396
if (index < 0 || index >= (2*NUM_ARITH_TBLS))
jdmarker.c:399
if (index >= NUM_ARITH_TBLS) { /* define AC table */
jdmarker.c:400
cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;
jpeglib.h:332
UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
jpeglib.h:333
UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
jpeglib.h:334
UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
jpeglib.h:573
UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
jpeglib.h:574
UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
jpeglib.h:575
UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */