C0_SHIFT          240 3rdparty/libjpeg/jquant2.c       histp = & histogram[GETJSAMPLE(ptr[0]) >> C0_SHIFT]
C0_SHIFT          405 3rdparty/libjpeg/jquant2.c   dist0 = ((c0max - c0min) << C0_SHIFT) * C0_SCALE;
C0_SHIFT          452 3rdparty/libjpeg/jquant2.c     c0 = ((b1->c0max - b1->c0min) << C0_SHIFT) * C0_SCALE;
C0_SHIFT          526 3rdparty/libjpeg/jquant2.c           c0total += ((c0 << C0_SHIFT) + ((1<<C0_SHIFT)>>1)) * count;
C0_SHIFT          553 3rdparty/libjpeg/jquant2.c   boxlist[0].c0max = MAXJSAMPLE >> C0_SHIFT;
C0_SHIFT          633 3rdparty/libjpeg/jquant2.c #define BOX_C0_SHIFT  (C0_SHIFT + BOX_C0_LOG)
C0_SHIFT          671 3rdparty/libjpeg/jquant2.c   maxc0 = minc0 + ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT));
C0_SHIFT          808 3rdparty/libjpeg/jquant2.c #define STEP_C0  ((1 << C0_SHIFT) * C0_SCALE)
C0_SHIFT          882 3rdparty/libjpeg/jquant2.c   minc0 = (c0 << BOX_C0_SHIFT) + ((1 << C0_SHIFT) >> 1);
C0_SHIFT          934 3rdparty/libjpeg/jquant2.c       c0 = GETJSAMPLE(*inptr++) >> C0_SHIFT;
C0_SHIFT         1028 3rdparty/libjpeg/jquant2.c       cachep = & histogram[cur0>>C0_SHIFT][cur1>>C1_SHIFT][cur2>>C2_SHIFT];
C0_SHIFT         1032 3rdparty/libjpeg/jquant2.c         fill_inverse_cmap(cinfo, cur0>>C0_SHIFT,cur1>>C1_SHIFT,cur2>>C2_SHIFT);