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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c95 #define C1_SCALE G_SCALE macro
409 dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE;
456 c1 = ((b1->c1max - b1->c1min) << C1_SHIFT) * C1_SCALE;
718 tdist = (x - minc1) * C1_SCALE;
720 tdist = (x - maxc1) * C1_SCALE;
723 tdist = (x - maxc1) * C1_SCALE;
725 tdist = (x - minc1) * C1_SCALE;
730 tdist = (x - maxc1) * C1_SCALE;
733 tdist = (x - minc1) * C1_SCALE;
812 #define STEP_C1 ((1 << C1_SHIFT) * C1_SCALE)
[all...]

Completed in 32 milliseconds