Searched defs:minc1 (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
676 maxc1 = minc1 + ((1 << BOX_C1_SHIFT) - (1 << C1_SHIFT));
677 centerc1 = (minc1 + maxc1) >> 1;
717 if (x < minc1) {
718 tdist = (x - minc1) * C1_SCALE;
725 tdist = (x - minc1) * C1_SCALE;
733 tdist = (x - minc1) * C1_SCALE;
779 find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, argument
820 inc1 = (minc1 - GETJSAMPLE(cinfo->colormap[1][icolor])) * C1_SCALE;
866 int minc0, minc1, minc local
[all...]

Completed in 34 milliseconds