NUM_ARITH_TBLS     41 jcarith.c        unsigned char * dc_stats[NUM_ARITH_TBLS];
NUM_ARITH_TBLS     42 jcarith.c        unsigned char * ac_stats[NUM_ARITH_TBLS];
NUM_ARITH_TBLS    868 jcarith.c            if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
NUM_ARITH_TBLS    881 jcarith.c            if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
NUM_ARITH_TBLS    927 jcarith.c        for (i = 0; i < NUM_ARITH_TBLS; i++) {
NUM_ARITH_TBLS    230 jcmarker.c       char dc_in_use[NUM_ARITH_TBLS];
NUM_ARITH_TBLS    231 jcmarker.c       char ac_in_use[NUM_ARITH_TBLS];
NUM_ARITH_TBLS    235 jcmarker.c       for (i = 0; i < NUM_ARITH_TBLS; i++)
NUM_ARITH_TBLS    249 jcmarker.c       for (i = 0; i < NUM_ARITH_TBLS; i++)
NUM_ARITH_TBLS    256 jcmarker.c       for (i = 0; i < NUM_ARITH_TBLS; i++) {
NUM_ARITH_TBLS    313 jcparam.c        for (i = 0; i < NUM_ARITH_TBLS; i++) {
NUM_ARITH_TBLS     38 jdarith.c        unsigned char * dc_stats[NUM_ARITH_TBLS];
NUM_ARITH_TBLS     39 jdarith.c        unsigned char * ac_stats[NUM_ARITH_TBLS];
NUM_ARITH_TBLS    704 jdarith.c            if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
NUM_ARITH_TBLS    717 jdarith.c            if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
NUM_ARITH_TBLS    753 jdarith.c        for (i = 0; i < NUM_ARITH_TBLS; i++) {
NUM_ARITH_TBLS    210 jdmarker.c       for (i = 0; i < NUM_ARITH_TBLS; i++) {
NUM_ARITH_TBLS    396 jdmarker.c         if (index < 0 || index >= (2*NUM_ARITH_TBLS))
NUM_ARITH_TBLS    399 jdmarker.c         if (index >= NUM_ARITH_TBLS) { /* define AC table */
NUM_ARITH_TBLS    400 jdmarker.c           cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;
NUM_ARITH_TBLS    330 jpeglib.h        UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
NUM_ARITH_TBLS    331 jpeglib.h        UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
NUM_ARITH_TBLS    332 jpeglib.h        UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
NUM_ARITH_TBLS    571 jpeglib.h        UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
NUM_ARITH_TBLS    572 jpeglib.h        UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
NUM_ARITH_TBLS    573 jpeglib.h        UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */