Searched refs:minc2 (Results 1 – 1 of 1) sorted by relevance
826 int minc0, int minc1, int minc2, JSAMPLE colorlist[]) in find_nearby_colors() argument853 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() argument1031 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[all …]
Completed in 8 milliseconds