MAXJSAMPLE         71 3rdparty/libjpeg/jccolor.c #define G_Y_OFF		(1*(MAXJSAMPLE+1))	/* offset to G => Y section */
MAXJSAMPLE         72 3rdparty/libjpeg/jccolor.c #define B_Y_OFF		(2*(MAXJSAMPLE+1))	/* etc. */
MAXJSAMPLE         73 3rdparty/libjpeg/jccolor.c #define R_CB_OFF	(3*(MAXJSAMPLE+1))
MAXJSAMPLE         74 3rdparty/libjpeg/jccolor.c #define G_CB_OFF	(4*(MAXJSAMPLE+1))
MAXJSAMPLE         75 3rdparty/libjpeg/jccolor.c #define B_CB_OFF	(5*(MAXJSAMPLE+1))
MAXJSAMPLE         77 3rdparty/libjpeg/jccolor.c #define G_CR_OFF	(6*(MAXJSAMPLE+1))
MAXJSAMPLE         78 3rdparty/libjpeg/jccolor.c #define B_CR_OFF	(7*(MAXJSAMPLE+1))
MAXJSAMPLE         79 3rdparty/libjpeg/jccolor.c #define TABLE_SIZE	(8*(MAXJSAMPLE+1))
MAXJSAMPLE         98 3rdparty/libjpeg/jccolor.c   for (i = 0; i <= MAXJSAMPLE; i++) {
MAXJSAMPLE        245 3rdparty/libjpeg/jccolor.c       r = MAXJSAMPLE - GETJSAMPLE(inptr[0]);
MAXJSAMPLE        246 3rdparty/libjpeg/jccolor.c       g = MAXJSAMPLE - GETJSAMPLE(inptr[1]);
MAXJSAMPLE        247 3rdparty/libjpeg/jccolor.c       b = MAXJSAMPLE - GETJSAMPLE(inptr[2]);
MAXJSAMPLE        303 3rdparty/libjpeg/jccolor.c       outptr0[col] = (JSAMPLE) ((r - g + CENTERJSAMPLE) & MAXJSAMPLE);
MAXJSAMPLE        305 3rdparty/libjpeg/jccolor.c       outptr2[col] = (JSAMPLE) ((b - g + CENTERJSAMPLE) & MAXJSAMPLE);
MAXJSAMPLE        299 3rdparty/libjpeg/jcmarker.c   emit_2bytes(cinfo, MAXJSAMPLE);	/* MAXTRANS */
MAXJSAMPLE         81 3rdparty/libjpeg/jdcolor.c #define G_Y_OFF		(1*(MAXJSAMPLE+1))	/* offset to G => Y section */
MAXJSAMPLE         82 3rdparty/libjpeg/jdcolor.c #define B_Y_OFF		(2*(MAXJSAMPLE+1))	/* etc. */
MAXJSAMPLE         83 3rdparty/libjpeg/jdcolor.c #define TABLE_SIZE	(3*(MAXJSAMPLE+1))
MAXJSAMPLE        100 3rdparty/libjpeg/jdcolor.c                                 (MAXJSAMPLE+1) * SIZEOF(int));
MAXJSAMPLE        103 3rdparty/libjpeg/jdcolor.c                                 (MAXJSAMPLE+1) * SIZEOF(int));
MAXJSAMPLE        106 3rdparty/libjpeg/jdcolor.c                                 (MAXJSAMPLE+1) * SIZEOF(INT32));
MAXJSAMPLE        109 3rdparty/libjpeg/jdcolor.c                                 (MAXJSAMPLE+1) * SIZEOF(INT32));
MAXJSAMPLE        111 3rdparty/libjpeg/jdcolor.c   for (i = 0, x = -CENTERJSAMPLE; i <= MAXJSAMPLE; i++, x++) {
MAXJSAMPLE        200 3rdparty/libjpeg/jdcolor.c   for (i = 0; i <= MAXJSAMPLE; i++) {
MAXJSAMPLE        273 3rdparty/libjpeg/jdcolor.c       outptr[RGB_RED]   = (JSAMPLE) ((r + g - CENTERJSAMPLE) & MAXJSAMPLE);
MAXJSAMPLE        275 3rdparty/libjpeg/jdcolor.c       outptr[RGB_BLUE]  = (JSAMPLE) ((b + g - CENTERJSAMPLE) & MAXJSAMPLE);
MAXJSAMPLE        313 3rdparty/libjpeg/jdcolor.c       r = (r + g - CENTERJSAMPLE) & MAXJSAMPLE;
MAXJSAMPLE        314 3rdparty/libjpeg/jdcolor.c       b = (b + g - CENTERJSAMPLE) & MAXJSAMPLE;
MAXJSAMPLE        470 3rdparty/libjpeg/jdcolor.c       outptr[0] = range_limit[MAXJSAMPLE - (y + Crrtab[cr])];	/* red */
MAXJSAMPLE        471 3rdparty/libjpeg/jdcolor.c       outptr[1] = range_limit[MAXJSAMPLE - (y +			/* green */
MAXJSAMPLE        474 3rdparty/libjpeg/jdcolor.c       outptr[2] = range_limit[MAXJSAMPLE - (y + Cbbtab[cb])];	/* blue */
MAXJSAMPLE         87 3rdparty/libjpeg/jdct.h #define RANGE_MASK  (MAXJSAMPLE * 4 + 3) /* 2 bits wider than legal samples */
MAXJSAMPLE        663 3rdparty/libjpeg/jdmarker.c   if (tmp != MAXJSAMPLE) goto bad;		/* MAXTRANS */
MAXJSAMPLE        237 3rdparty/libjpeg/jdmaster.c                 (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
MAXJSAMPLE        238 3rdparty/libjpeg/jdmaster.c   table += (MAXJSAMPLE+1);	/* allow negative subscripts of simple table */
MAXJSAMPLE        241 3rdparty/libjpeg/jdmaster.c   MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE));
MAXJSAMPLE        243 3rdparty/libjpeg/jdmaster.c   for (i = 0; i <= MAXJSAMPLE; i++)
MAXJSAMPLE        247 3rdparty/libjpeg/jdmaster.c   for (i = CENTERJSAMPLE; i < 2*(MAXJSAMPLE+1); i++)
MAXJSAMPLE        248 3rdparty/libjpeg/jdmaster.c     table[i] = MAXJSAMPLE;
MAXJSAMPLE        250 3rdparty/libjpeg/jdmaster.c   MEMZERO(table + (2 * (MAXJSAMPLE+1)),
MAXJSAMPLE        251 3rdparty/libjpeg/jdmaster.c           (2 * (MAXJSAMPLE+1) - CENTERJSAMPLE) * SIZEOF(JSAMPLE));
MAXJSAMPLE        252 3rdparty/libjpeg/jdmaster.c   MEMCOPY(table + (4 * (MAXJSAMPLE+1) - CENTERJSAMPLE),
MAXJSAMPLE         92 3rdparty/libjpeg/jdmerge.c                                 (MAXJSAMPLE+1) * SIZEOF(int));
MAXJSAMPLE         95 3rdparty/libjpeg/jdmerge.c                                 (MAXJSAMPLE+1) * SIZEOF(int));
MAXJSAMPLE         98 3rdparty/libjpeg/jdmerge.c                                 (MAXJSAMPLE+1) * SIZEOF(INT32));
MAXJSAMPLE        101 3rdparty/libjpeg/jdmerge.c                                 (MAXJSAMPLE+1) * SIZEOF(INT32));
MAXJSAMPLE        103 3rdparty/libjpeg/jdmerge.c   for (i = 0, x = -CENTERJSAMPLE; i <= MAXJSAMPLE; i++, x++) {
MAXJSAMPLE        255 3rdparty/libjpeg/jquant1.c   return (int) (((INT32) j * MAXJSAMPLE + maxj/2) / maxj);
MAXJSAMPLE        265 3rdparty/libjpeg/jquant1.c   return (int) (((INT32) (2*j + 1) * MAXJSAMPLE + maxj) / (2*maxj));
MAXJSAMPLE        346 3rdparty/libjpeg/jquant1.c     pad = MAXJSAMPLE*2;
MAXJSAMPLE        355 3rdparty/libjpeg/jquant1.c      (JDIMENSION) (MAXJSAMPLE+1 + pad),
MAXJSAMPLE        368 3rdparty/libjpeg/jquant1.c       cquantize->colorindex[i] += MAXJSAMPLE;
MAXJSAMPLE        375 3rdparty/libjpeg/jquant1.c     for (j = 0; j <= MAXJSAMPLE; j++) {
MAXJSAMPLE        383 3rdparty/libjpeg/jquant1.c       for (j = 1; j <= MAXJSAMPLE; j++) {
MAXJSAMPLE        385 3rdparty/libjpeg/jquant1.c         indexptr[MAXJSAMPLE+j] = indexptr[MAXJSAMPLE];
MAXJSAMPLE        415 3rdparty/libjpeg/jquant1.c             * MAXJSAMPLE;
MAXJSAMPLE        840 3rdparty/libjpeg/jquant1.c   if (cinfo->desired_number_of_colors > (MAXJSAMPLE+1))
MAXJSAMPLE        841 3rdparty/libjpeg/jquant1.c     ERREXIT1(cinfo, JERR_QUANT_MANY_COLORS, MAXJSAMPLE+1);
MAXJSAMPLE        128 3rdparty/libjpeg/jquant2.c #define MAXNUMCOLORS  (MAXJSAMPLE+1) /* maximum size of colormap */
MAXJSAMPLE        553 3rdparty/libjpeg/jquant2.c   boxlist[0].c0max = MAXJSAMPLE >> C0_SHIFT;
MAXJSAMPLE        555 3rdparty/libjpeg/jquant2.c   boxlist[0].c1max = MAXJSAMPLE >> C1_SHIFT;
MAXJSAMPLE        557 3rdparty/libjpeg/jquant2.c   boxlist[0].c2max = MAXJSAMPLE >> C2_SHIFT;
MAXJSAMPLE       1117 3rdparty/libjpeg/jquant2.c     ((j_common_ptr) cinfo, JPOOL_IMAGE, (MAXJSAMPLE*2+1) * SIZEOF(int));
MAXJSAMPLE       1118 3rdparty/libjpeg/jquant2.c   table += MAXJSAMPLE;		/* so can index -MAXJSAMPLE .. +MAXJSAMPLE */
MAXJSAMPLE       1121 3rdparty/libjpeg/jquant2.c #define STEPSIZE ((MAXJSAMPLE+1)/16)
MAXJSAMPLE       1132 3rdparty/libjpeg/jquant2.c   for (; in <= MAXJSAMPLE; in++) {