C2_SHIFT          241 third_party/libjpeg/jquant2.c 			 [GETJSAMPLE(ptr[2]) >> C2_SHIFT];
C2_SHIFT          406 third_party/libjpeg/jquant2.c   dist2 = ((c2max - c2min) << C2_SHIFT) * C2_SCALE;
C2_SHIFT          453 third_party/libjpeg/jquant2.c     c2 = ((b1->c2max - b1->c2min) << C2_SHIFT) * C2_SCALE;
C2_SHIFT          527 third_party/libjpeg/jquant2.c 	  c2total += ((c2 << C2_SHIFT) + ((1<<C2_SHIFT)>>1)) * count;
C2_SHIFT          556 third_party/libjpeg/jquant2.c   boxlist[0].c2max = MAXJSAMPLE >> C2_SHIFT;
C2_SHIFT          634 third_party/libjpeg/jquant2.c #define BOX_C2_SHIFT  (C2_SHIFT + BOX_C2_LOG)
C2_SHIFT          674 third_party/libjpeg/jquant2.c   maxc2 = minc2 + ((1 << BOX_C2_SHIFT) - (1 << C2_SHIFT));
C2_SHIFT          809 third_party/libjpeg/jquant2.c #define STEP_C2  ((1 << C2_SHIFT) * C2_SCALE)
C2_SHIFT          883 third_party/libjpeg/jquant2.c   minc2 = (c2 << BOX_C2_SHIFT) + ((1 << C2_SHIFT) >> 1);
C2_SHIFT          935 third_party/libjpeg/jquant2.c       c2 = GETJSAMPLE(*inptr++) >> C2_SHIFT;
C2_SHIFT         1027 third_party/libjpeg/jquant2.c       cachep = & histogram[cur0>>C0_SHIFT][cur1>>C1_SHIFT][cur2>>C2_SHIFT];
C2_SHIFT         1031 third_party/libjpeg/jquant2.c 	fill_inverse_cmap(cinfo, cur0>>C0_SHIFT,cur1>>C1_SHIFT,cur2>>C2_SHIFT);