Lines Matching refs:minc2
826 int minc0, int minc1, int minc2, JSAMPLE colorlist[]) in find_nearby_colors() argument
853 maxc2 = minc2 + ((1 << BOX_C2_SHIFT) - (1 << C2_SHIFT)); in find_nearby_colors()
854 centerc2 = (minc2 + maxc2) >> 1; in find_nearby_colors()
931 if (x < minc2) in find_nearby_colors()
933 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()
942 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()
955 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()
981 int minc0, int minc1, int minc2, in find_best_colors() argument
1031 inc2 = (minc2 - b) * C2_SCALE; in find_best_colors()
1080 int minc0, minc1, minc2; /* lower left corner of update box */ in fill_inverse_cmap() local
1101 minc2 = (c2 << BOX_C2_SHIFT) + ((1 << C2_SHIFT) >> 1); in fill_inverse_cmap()
1107 find_nearby_colors (oim, nim, cquantize, minc0, minc1, minc2, colorlist); in fill_inverse_cmap()
1108 find_best_colors (oim, nim, cquantize, minc0, minc1, minc2, numcolors, in fill_inverse_cmap()