Searched refs:C0_SHIFT (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c146 #define C0_SHIFT (BITS_IN_JSAMPLE-HIST_C0_BITS) macro
243 histp = & histogram[GETJSAMPLE(ptr[0]) >> C0_SHIFT]
408 dist0 = ((c0max - c0min) << C0_SHIFT) * C0_SCALE;
455 c0 = ((b1->c0max - b1->c0min) << C0_SHIFT) * C0_SCALE;
529 c0total += ((c0 << C0_SHIFT) + ((1<<C0_SHIFT)>>1)) * count;
556 boxlist[0].c0max = MAXJSAMPLE >> C0_SHIFT;
636 #define BOX_C0_SHIFT (C0_SHIFT + BOX_C0_LOG)
674 maxc0 = minc0 + ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT));
811 #define STEP_C0 ((1 << C0_SHIFT) * C0_SCAL
[all...]

Completed in 26 milliseconds