NUM_ARITH_TBLS 41 3rdparty/libjpeg/jcarith.c unsigned char * dc_stats[NUM_ARITH_TBLS]; NUM_ARITH_TBLS 42 3rdparty/libjpeg/jcarith.c unsigned char * ac_stats[NUM_ARITH_TBLS]; NUM_ARITH_TBLS 877 3rdparty/libjpeg/jcarith.c if (tbl < 0 || tbl >= NUM_ARITH_TBLS) NUM_ARITH_TBLS 890 3rdparty/libjpeg/jcarith.c if (tbl < 0 || tbl >= NUM_ARITH_TBLS) NUM_ARITH_TBLS 936 3rdparty/libjpeg/jcarith.c for (i = 0; i < NUM_ARITH_TBLS; i++) { NUM_ARITH_TBLS 231 3rdparty/libjpeg/jcmarker.c char dc_in_use[NUM_ARITH_TBLS]; NUM_ARITH_TBLS 232 3rdparty/libjpeg/jcmarker.c char ac_in_use[NUM_ARITH_TBLS]; NUM_ARITH_TBLS 236 3rdparty/libjpeg/jcmarker.c for (i = 0; i < NUM_ARITH_TBLS; i++) NUM_ARITH_TBLS 250 3rdparty/libjpeg/jcmarker.c for (i = 0; i < NUM_ARITH_TBLS; i++) NUM_ARITH_TBLS 258 3rdparty/libjpeg/jcmarker.c for (i = 0; i < NUM_ARITH_TBLS; i++) { NUM_ARITH_TBLS 313 3rdparty/libjpeg/jcparam.c for (i = 0; i < NUM_ARITH_TBLS; i++) { NUM_ARITH_TBLS 38 3rdparty/libjpeg/jdarith.c unsigned char * dc_stats[NUM_ARITH_TBLS]; NUM_ARITH_TBLS 39 3rdparty/libjpeg/jdarith.c unsigned char * ac_stats[NUM_ARITH_TBLS]; NUM_ARITH_TBLS 714 3rdparty/libjpeg/jdarith.c if (tbl < 0 || tbl >= NUM_ARITH_TBLS) NUM_ARITH_TBLS 727 3rdparty/libjpeg/jdarith.c if (tbl < 0 || tbl >= NUM_ARITH_TBLS) NUM_ARITH_TBLS 763 3rdparty/libjpeg/jdarith.c for (i = 0; i < NUM_ARITH_TBLS; i++) { NUM_ARITH_TBLS 211 3rdparty/libjpeg/jdmarker.c for (i = 0; i < NUM_ARITH_TBLS; i++) { NUM_ARITH_TBLS 428 3rdparty/libjpeg/jdmarker.c if (index < 0 || index >= (2*NUM_ARITH_TBLS)) NUM_ARITH_TBLS 431 3rdparty/libjpeg/jdmarker.c if (index >= NUM_ARITH_TBLS) { /* define AC table */ NUM_ARITH_TBLS 432 3rdparty/libjpeg/jdmarker.c cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val; NUM_ARITH_TBLS 339 3rdparty/libjpeg/jpeglib.h UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ NUM_ARITH_TBLS 340 3rdparty/libjpeg/jpeglib.h UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */ NUM_ARITH_TBLS 341 3rdparty/libjpeg/jpeglib.h UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */ NUM_ARITH_TBLS 583 3rdparty/libjpeg/jpeglib.h UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ NUM_ARITH_TBLS 584 3rdparty/libjpeg/jpeglib.h UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */ NUM_ARITH_TBLS 585 3rdparty/libjpeg/jpeglib.h UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */