C1_SHIFT          241 3rdparty/libjpeg/jquant2.c                          [GETJSAMPLE(ptr[1]) >> C1_SHIFT]
C1_SHIFT          406 3rdparty/libjpeg/jquant2.c   dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE;
C1_SHIFT          453 3rdparty/libjpeg/jquant2.c     c1 = ((b1->c1max - b1->c1min) << C1_SHIFT) * C1_SCALE;
C1_SHIFT          527 3rdparty/libjpeg/jquant2.c           c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count;
C1_SHIFT          555 3rdparty/libjpeg/jquant2.c   boxlist[0].c1max = MAXJSAMPLE >> C1_SHIFT;
C1_SHIFT          634 3rdparty/libjpeg/jquant2.c #define BOX_C1_SHIFT  (C1_SHIFT + BOX_C1_LOG)
C1_SHIFT          673 3rdparty/libjpeg/jquant2.c   maxc1 = minc1 + ((1 << BOX_C1_SHIFT) - (1 << C1_SHIFT));
C1_SHIFT          809 3rdparty/libjpeg/jquant2.c #define STEP_C1  ((1 << C1_SHIFT) * C1_SCALE)
C1_SHIFT          883 3rdparty/libjpeg/jquant2.c   minc1 = (c1 << BOX_C1_SHIFT) + ((1 << C1_SHIFT) >> 1);
C1_SHIFT          935 3rdparty/libjpeg/jquant2.c       c1 = GETJSAMPLE(*inptr++) >> C1_SHIFT;
C1_SHIFT         1028 3rdparty/libjpeg/jquant2.c       cachep = & histogram[cur0>>C0_SHIFT][cur1>>C1_SHIFT][cur2>>C2_SHIFT];
C1_SHIFT         1032 3rdparty/libjpeg/jquant2.c         fill_inverse_cmap(cinfo, cur0>>C0_SHIFT,cur1>>C1_SHIFT,cur2>>C2_SHIFT);