CENTERJSAMPLE      60 3rdparty/libjpeg/jccolor.c #define CBCR_OFFSET	((INT32) CENTERJSAMPLE << SCALEBITS)
CENTERJSAMPLE     303 3rdparty/libjpeg/jccolor.c       outptr0[col] = (JSAMPLE) ((r - g + CENTERJSAMPLE) & MAXJSAMPLE);
CENTERJSAMPLE     305 3rdparty/libjpeg/jccolor.c       outptr2[col] = (JSAMPLE) ((b - g + CENTERJSAMPLE) & MAXJSAMPLE);
CENTERJSAMPLE     111 3rdparty/libjpeg/jdcolor.c   for (i = 0, x = -CENTERJSAMPLE; i <= MAXJSAMPLE; i++, x++) {
CENTERJSAMPLE     273 3rdparty/libjpeg/jdcolor.c       outptr[RGB_RED]   = (JSAMPLE) ((r + g - CENTERJSAMPLE) & MAXJSAMPLE);
CENTERJSAMPLE     275 3rdparty/libjpeg/jdcolor.c       outptr[RGB_BLUE]  = (JSAMPLE) ((b + g - CENTERJSAMPLE) & MAXJSAMPLE);
CENTERJSAMPLE     313 3rdparty/libjpeg/jdcolor.c       r = (r + g - CENTERJSAMPLE) & MAXJSAMPLE;
CENTERJSAMPLE     314 3rdparty/libjpeg/jdcolor.c       b = (b + g - CENTERJSAMPLE) & MAXJSAMPLE;
CENTERJSAMPLE      85 3rdparty/libjpeg/jdct.h #define IDCT_range_limit(cinfo)  ((cinfo)->sample_range_limit + CENTERJSAMPLE)
CENTERJSAMPLE     237 3rdparty/libjpeg/jdmaster.c                 (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
CENTERJSAMPLE     245 3rdparty/libjpeg/jdmaster.c   table += CENTERJSAMPLE;	/* Point to where post-IDCT table starts */
CENTERJSAMPLE     247 3rdparty/libjpeg/jdmaster.c   for (i = CENTERJSAMPLE; i < 2*(MAXJSAMPLE+1); i++)
CENTERJSAMPLE     251 3rdparty/libjpeg/jdmaster.c           (2 * (MAXJSAMPLE+1) - CENTERJSAMPLE) * SIZEOF(JSAMPLE));
CENTERJSAMPLE     252 3rdparty/libjpeg/jdmaster.c   MEMCOPY(table + (4 * (MAXJSAMPLE+1) - CENTERJSAMPLE),
CENTERJSAMPLE     253 3rdparty/libjpeg/jdmaster.c           cinfo->sample_range_limit, CENTERJSAMPLE * SIZEOF(JSAMPLE));
CENTERJSAMPLE     103 3rdparty/libjpeg/jdmerge.c   for (i = 0, x = -CENTERJSAMPLE; i <= MAXJSAMPLE; i++, x++) {
CENTERJSAMPLE      93 3rdparty/libjpeg/jfdctflt.c     dataptr[0] = tmp10 + tmp11 - 8 * CENTERJSAMPLE; /* phase 3 */
CENTERJSAMPLE     149 3rdparty/libjpeg/jfdctfst.c     dataptr[0] = tmp10 + tmp11 - 8 * CENTERJSAMPLE; /* phase 3 */
CENTERJSAMPLE     196 3rdparty/libjpeg/jfdctint.c     dataptr[0] = (DCTELEM) ((tmp10 + tmp11 - 8 * CENTERJSAMPLE) << PASS1_BITS);
CENTERJSAMPLE     364 3rdparty/libjpeg/jfdctint.c       ((z1 + tmp1 + tmp3 - 7 * CENTERJSAMPLE) << PASS1_BITS);
CENTERJSAMPLE     499 3rdparty/libjpeg/jfdctint.c       ((tmp10 + tmp11 - 6 * CENTERJSAMPLE) << PASS1_BITS);
CENTERJSAMPLE     613 3rdparty/libjpeg/jfdctint.c       ((tmp10 + tmp2 - 5 * CENTERJSAMPLE) << (PASS1_BITS+1));
CENTERJSAMPLE     718 3rdparty/libjpeg/jfdctint.c       ((tmp0 + tmp1 - 4 * CENTERJSAMPLE) << (PASS1_BITS+2));
CENTERJSAMPLE     810 3rdparty/libjpeg/jfdctint.c       ((tmp0 + tmp1 - 3 * CENTERJSAMPLE) << (PASS1_BITS+2));
CENTERJSAMPLE     894 3rdparty/libjpeg/jfdctint.c   data[DCTSIZE*0] = (DCTELEM) ((tmp0 + tmp2 - 4 * CENTERJSAMPLE) << 4);
CENTERJSAMPLE     917 3rdparty/libjpeg/jfdctint.c     ((GETJSAMPLE(sample_data[0][start_col]) - CENTERJSAMPLE) << 6);
CENTERJSAMPLE     965 3rdparty/libjpeg/jfdctint.c     dataptr[0] = (DCTELEM) ((z1 + z2 - 9 * CENTERJSAMPLE) << 1);
CENTERJSAMPLE    1119 3rdparty/libjpeg/jfdctint.c       ((tmp10 + tmp11 + tmp12 - 10 * CENTERJSAMPLE) << 1);
CENTERJSAMPLE    1279 3rdparty/libjpeg/jfdctint.c       ((tmp0 + tmp1 + tmp2 + tmp3 + tmp4 + tmp5 - 11 * CENTERJSAMPLE) << 1);
CENTERJSAMPLE    1466 3rdparty/libjpeg/jfdctint.c     dataptr[0] = (DCTELEM) (tmp10 + tmp11 + tmp12 - 12 * CENTERJSAMPLE);
CENTERJSAMPLE    1627 3rdparty/libjpeg/jfdctint.c       (tmp0 + tmp1 + tmp2 + tmp3 + tmp4 + tmp5 + tmp6 - 13 * CENTERJSAMPLE);
CENTERJSAMPLE    1833 3rdparty/libjpeg/jfdctint.c       (tmp10 + tmp11 + tmp12 + tmp13 - 14 * CENTERJSAMPLE);
CENTERJSAMPLE    2030 3rdparty/libjpeg/jfdctint.c     dataptr[0] = (DCTELEM) (z1 + z2 + z3 - 15 * CENTERJSAMPLE);
CENTERJSAMPLE    2217 3rdparty/libjpeg/jfdctint.c       ((tmp10 + tmp11 + tmp12 + tmp13 - 16 * CENTERJSAMPLE) << PASS1_BITS);
CENTERJSAMPLE    2424 3rdparty/libjpeg/jfdctint.c       ((tmp10 + tmp11 + tmp12 + tmp13 - 16 * CENTERJSAMPLE) << PASS1_BITS);
CENTERJSAMPLE    2603 3rdparty/libjpeg/jfdctint.c       ((tmp10 + tmp11 + tmp12 + tmp13 - 14 * CENTERJSAMPLE) << PASS1_BITS);
CENTERJSAMPLE    2764 3rdparty/libjpeg/jfdctint.c       ((tmp10 + tmp11 + tmp12 - 12 * CENTERJSAMPLE) << PASS1_BITS);
CENTERJSAMPLE    2899 3rdparty/libjpeg/jfdctint.c       ((tmp10 + tmp11 + tmp12 - 10 * CENTERJSAMPLE) << PASS1_BITS);
CENTERJSAMPLE    3032 3rdparty/libjpeg/jfdctint.c       ((tmp10 + tmp11 - 8 * CENTERJSAMPLE) << (PASS1_BITS+1));
CENTERJSAMPLE    3163 3rdparty/libjpeg/jfdctint.c       ((tmp10 + tmp11 - 6 * CENTERJSAMPLE) << (PASS1_BITS+1));
CENTERJSAMPLE    3258 3rdparty/libjpeg/jfdctint.c       ((tmp0 + tmp1 - 4 * CENTERJSAMPLE) << (PASS1_BITS+3));
CENTERJSAMPLE    3327 3rdparty/libjpeg/jfdctint.c   data[0] = (DCTELEM) ((tmp0 + tmp1 - 2 * CENTERJSAMPLE) << 5);
CENTERJSAMPLE    3382 3rdparty/libjpeg/jfdctint.c     dataptr[0] = (DCTELEM) ((tmp10 + tmp11 - 8 * CENTERJSAMPLE) << PASS1_BITS);
CENTERJSAMPLE    3568 3rdparty/libjpeg/jfdctint.c       ((z1 + tmp1 + tmp3 - 7 * CENTERJSAMPLE) << PASS1_BITS);
CENTERJSAMPLE    3749 3rdparty/libjpeg/jfdctint.c       ((tmp10 + tmp11 - 6 * CENTERJSAMPLE) << PASS1_BITS);
CENTERJSAMPLE    3897 3rdparty/libjpeg/jfdctint.c       ((tmp10 + tmp2 - 5 * CENTERJSAMPLE) << PASS1_BITS);
CENTERJSAMPLE    4038 3rdparty/libjpeg/jfdctint.c       ((tmp0 + tmp1 - 4 * CENTERJSAMPLE) << (PASS1_BITS+1));
CENTERJSAMPLE    4173 3rdparty/libjpeg/jfdctint.c       ((tmp0 + tmp1 - 3 * CENTERJSAMPLE) << (PASS1_BITS+1));
CENTERJSAMPLE    4272 3rdparty/libjpeg/jfdctint.c     dataptr[0] = (DCTELEM) ((tmp0 + tmp1 - 2 * CENTERJSAMPLE) << 3);
CENTERJSAMPLE    4341 3rdparty/libjpeg/jfdctint.c   data[DCTSIZE*0] = (DCTELEM) ((tmp0 + tmp1 - 2 * CENTERJSAMPLE) << 5);
CENTERJSAMPLE     190 3rdparty/libjpeg/jidctflt.c     z5 = wsptr[0] + ((FAST_FLOAT) CENTERJSAMPLE + (FAST_FLOAT) 0.5);