Searched refs:minc1 (Results 1 – 1 of 1) sorted by relevance
826 int minc0, int minc1, int minc2, JSAMPLE colorlist[]) in find_nearby_colors() argument851 maxc1 = minc1 + ((1 << BOX_C1_SHIFT) - (1 << C1_SHIFT)); in find_nearby_colors()852 centerc1 = (minc1 + maxc1) >> 1; in find_nearby_colors()901 if (x < minc1) in find_nearby_colors()903 tdist = (x - minc1) * C1_SCALE; in find_nearby_colors()912 tdist = (x - minc1) * C1_SCALE; in find_nearby_colors()925 tdist = (x - minc1) * C1_SCALE; in find_nearby_colors()981 int minc0, int minc1, int minc2, in find_best_colors() argument1029 inc1 = (minc1 - g) * C1_SCALE; in find_best_colors()1080 int minc0, minc1, minc2; /* lower left corner of update box */ in fill_inverse_cmap() local[all …]
Completed in 11 milliseconds