Searched refs:minc0 (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
674 maxc0 = minc0 + ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT));
675 centerc0 = (minc0 + maxc0) >> 1;
694 if (x < minc0) {
695 tdist = (x - minc0) * C0_SCALE;
702 tdist = (x - minc0) * C0_SCALE;
711 tdist = (x - minc0) * C0_SCALE;
779 find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, argument
817 /* Compute (square of) distance from minc0/c1/c2 to this color */
818 inc0 = (minc0
866 int minc0, minc1, minc2; /* lower left corner of update box */ local
[all...]

Completed in 49 milliseconds