Searched defs:minc2 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c650 find_nearby_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, argument
678 maxc2 = minc2 + ((1 << BOX_C2_SHIFT) - (1 << C2_SHIFT));
679 centerc2 = (minc2 + maxc2) >> 1;
739 if (x < minc2) {
740 tdist = (x - minc2) * C2_SCALE;
747 tdist = (x - minc2) * C2_SCALE;
755 tdist = (x - minc2) * C2_SCALE;
779 find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, argument
822 inc2 = (minc2 - GETJSAMPLE(cinfo->colormap[2][icolor])) * C2_SCALE;
866 int minc0, minc1, minc2; /* lowe local
[all...]

Completed in 34 milliseconds