C2_SHIFT 242 3rdparty/libjpeg/jquant2.c [GETJSAMPLE(ptr[2]) >> C2_SHIFT]; C2_SHIFT 407 3rdparty/libjpeg/jquant2.c dist2 = ((c2max - c2min) << C2_SHIFT) * C2_SCALE; C2_SHIFT 454 3rdparty/libjpeg/jquant2.c c2 = ((b1->c2max - b1->c2min) << C2_SHIFT) * C2_SCALE; C2_SHIFT 528 3rdparty/libjpeg/jquant2.c c2total += ((c2 << C2_SHIFT) + ((1<<C2_SHIFT)>>1)) * count; C2_SHIFT 557 3rdparty/libjpeg/jquant2.c boxlist[0].c2max = MAXJSAMPLE >> C2_SHIFT; C2_SHIFT 635 3rdparty/libjpeg/jquant2.c #define BOX_C2_SHIFT (C2_SHIFT + BOX_C2_LOG) C2_SHIFT 675 3rdparty/libjpeg/jquant2.c maxc2 = minc2 + ((1 << BOX_C2_SHIFT) - (1 << C2_SHIFT)); C2_SHIFT 810 3rdparty/libjpeg/jquant2.c #define STEP_C2 ((1 << C2_SHIFT) * C2_SCALE) C2_SHIFT 884 3rdparty/libjpeg/jquant2.c minc2 = (c2 << BOX_C2_SHIFT) + ((1 << C2_SHIFT) >> 1); C2_SHIFT 936 3rdparty/libjpeg/jquant2.c c2 = GETJSAMPLE(*inptr++) >> C2_SHIFT; C2_SHIFT 1028 3rdparty/libjpeg/jquant2.c cachep = & histogram[cur0>>C0_SHIFT][cur1>>C1_SHIFT][cur2>>C2_SHIFT]; C2_SHIFT 1032 3rdparty/libjpeg/jquant2.c fill_inverse_cmap(cinfo, cur0>>C0_SHIFT,cur1>>C1_SHIFT,cur2>>C2_SHIFT);