MAXJSAMPLE         70 third_party/libjpeg/jccolor.c #define G_Y_OFF		(1*(MAXJSAMPLE+1))	/* offset to G => Y section */
MAXJSAMPLE         71 third_party/libjpeg/jccolor.c #define B_Y_OFF		(2*(MAXJSAMPLE+1))	/* etc. */
MAXJSAMPLE         72 third_party/libjpeg/jccolor.c #define R_CB_OFF	(3*(MAXJSAMPLE+1))
MAXJSAMPLE         73 third_party/libjpeg/jccolor.c #define G_CB_OFF	(4*(MAXJSAMPLE+1))
MAXJSAMPLE         74 third_party/libjpeg/jccolor.c #define B_CB_OFF	(5*(MAXJSAMPLE+1))
MAXJSAMPLE         76 third_party/libjpeg/jccolor.c #define G_CR_OFF	(6*(MAXJSAMPLE+1))
MAXJSAMPLE         77 third_party/libjpeg/jccolor.c #define B_CR_OFF	(7*(MAXJSAMPLE+1))
MAXJSAMPLE         78 third_party/libjpeg/jccolor.c #define TABLE_SIZE	(8*(MAXJSAMPLE+1))
MAXJSAMPLE         97 third_party/libjpeg/jccolor.c   for (i = 0; i <= MAXJSAMPLE; i++) {
MAXJSAMPLE        245 third_party/libjpeg/jccolor.c       r = MAXJSAMPLE - GETJSAMPLE(inptr[0]);
MAXJSAMPLE        246 third_party/libjpeg/jccolor.c       g = MAXJSAMPLE - GETJSAMPLE(inptr[1]);
MAXJSAMPLE        247 third_party/libjpeg/jccolor.c       b = MAXJSAMPLE - GETJSAMPLE(inptr[2]);
MAXJSAMPLE         79 third_party/libjpeg/jdcolor.c 				(MAXJSAMPLE+1) * SIZEOF(int));
MAXJSAMPLE         82 third_party/libjpeg/jdcolor.c 				(MAXJSAMPLE+1) * SIZEOF(int));
MAXJSAMPLE         85 third_party/libjpeg/jdcolor.c 				(MAXJSAMPLE+1) * SIZEOF(INT32));
MAXJSAMPLE         88 third_party/libjpeg/jdcolor.c 				(MAXJSAMPLE+1) * SIZEOF(INT32));
MAXJSAMPLE         90 third_party/libjpeg/jdcolor.c   for (i = 0, x = -CENTERJSAMPLE; i <= MAXJSAMPLE; i++, x++) {
MAXJSAMPLE        275 third_party/libjpeg/jdcolor.c       outptr[0] = range_limit[MAXJSAMPLE - (y + Crrtab[cr])];	/* red */
MAXJSAMPLE        276 third_party/libjpeg/jdcolor.c       outptr[1] = range_limit[MAXJSAMPLE - (y +			/* green */
MAXJSAMPLE        279 third_party/libjpeg/jdcolor.c       outptr[2] = range_limit[MAXJSAMPLE - (y + Cbbtab[cb])];	/* blue */
MAXJSAMPLE         78 third_party/libjpeg/jdct.h #define RANGE_MASK  (MAXJSAMPLE * 4 + 3) /* 2 bits wider than legal samples */
MAXJSAMPLE        256 third_party/libjpeg/jdmaster.c 		(5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
MAXJSAMPLE        257 third_party/libjpeg/jdmaster.c   table += (MAXJSAMPLE+1);	/* allow negative subscripts of simple table */
MAXJSAMPLE        260 third_party/libjpeg/jdmaster.c   MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE));
MAXJSAMPLE        262 third_party/libjpeg/jdmaster.c   for (i = 0; i <= MAXJSAMPLE; i++)
MAXJSAMPLE        266 third_party/libjpeg/jdmaster.c   for (i = CENTERJSAMPLE; i < 2*(MAXJSAMPLE+1); i++)
MAXJSAMPLE        267 third_party/libjpeg/jdmaster.c     table[i] = MAXJSAMPLE;
MAXJSAMPLE        269 third_party/libjpeg/jdmaster.c   MEMZERO(table + (2 * (MAXJSAMPLE+1)),
MAXJSAMPLE        270 third_party/libjpeg/jdmaster.c 	  (2 * (MAXJSAMPLE+1) - CENTERJSAMPLE) * SIZEOF(JSAMPLE));
MAXJSAMPLE        271 third_party/libjpeg/jdmaster.c   MEMCOPY(table + (4 * (MAXJSAMPLE+1) - CENTERJSAMPLE),
MAXJSAMPLE         92 third_party/libjpeg/jdmerge.c 				(MAXJSAMPLE+1) * SIZEOF(int));
MAXJSAMPLE         95 third_party/libjpeg/jdmerge.c 				(MAXJSAMPLE+1) * SIZEOF(int));
MAXJSAMPLE         98 third_party/libjpeg/jdmerge.c 				(MAXJSAMPLE+1) * SIZEOF(INT32));
MAXJSAMPLE        101 third_party/libjpeg/jdmerge.c 				(MAXJSAMPLE+1) * SIZEOF(INT32));
MAXJSAMPLE        103 third_party/libjpeg/jdmerge.c   for (i = 0, x = -CENTERJSAMPLE; i <= MAXJSAMPLE; i++, x++) {
MAXJSAMPLE        254 third_party/libjpeg/jquant1.c   return (int) (((INT32) j * MAXJSAMPLE + maxj/2) / maxj);
MAXJSAMPLE        264 third_party/libjpeg/jquant1.c   return (int) (((INT32) (2*j + 1) * MAXJSAMPLE + maxj) / (2*maxj));
MAXJSAMPLE        345 third_party/libjpeg/jquant1.c     pad = MAXJSAMPLE*2;
MAXJSAMPLE        354 third_party/libjpeg/jquant1.c      (JDIMENSION) (MAXJSAMPLE+1 + pad),
MAXJSAMPLE        367 third_party/libjpeg/jquant1.c       cquantize->colorindex[i] += MAXJSAMPLE;
MAXJSAMPLE        374 third_party/libjpeg/jquant1.c     for (j = 0; j <= MAXJSAMPLE; j++) {
MAXJSAMPLE        382 third_party/libjpeg/jquant1.c       for (j = 1; j <= MAXJSAMPLE; j++) {
MAXJSAMPLE        384 third_party/libjpeg/jquant1.c 	indexptr[MAXJSAMPLE+j] = indexptr[MAXJSAMPLE];
MAXJSAMPLE        414 third_party/libjpeg/jquant1.c 	    * MAXJSAMPLE;
MAXJSAMPLE        839 third_party/libjpeg/jquant1.c   if (cinfo->desired_number_of_colors > (MAXJSAMPLE+1))
MAXJSAMPLE        840 third_party/libjpeg/jquant1.c     ERREXIT1(cinfo, JERR_QUANT_MANY_COLORS, MAXJSAMPLE+1);
MAXJSAMPLE        127 third_party/libjpeg/jquant2.c #define MAXNUMCOLORS  (MAXJSAMPLE+1) /* maximum size of colormap */
MAXJSAMPLE        552 third_party/libjpeg/jquant2.c   boxlist[0].c0max = MAXJSAMPLE >> C0_SHIFT;
MAXJSAMPLE        554 third_party/libjpeg/jquant2.c   boxlist[0].c1max = MAXJSAMPLE >> C1_SHIFT;
MAXJSAMPLE        556 third_party/libjpeg/jquant2.c   boxlist[0].c2max = MAXJSAMPLE >> C2_SHIFT;
MAXJSAMPLE       1116 third_party/libjpeg/jquant2.c     ((j_common_ptr) cinfo, JPOOL_IMAGE, (MAXJSAMPLE*2+1) * SIZEOF(int));
MAXJSAMPLE       1117 third_party/libjpeg/jquant2.c   table += MAXJSAMPLE;		/* so can index -MAXJSAMPLE .. +MAXJSAMPLE */
MAXJSAMPLE       1120 third_party/libjpeg/jquant2.c #define STEPSIZE ((MAXJSAMPLE+1)/16)
MAXJSAMPLE       1131 third_party/libjpeg/jquant2.c   for (; in <= MAXJSAMPLE; in++) {