Searched refs:maxc2 (Results 1 – 1 of 1) sorted by relevance
837 int maxc0, maxc1, maxc2; in find_nearby_colors() local853 maxc2 = minc2 + ((1 << BOX_C2_SHIFT) - (1 << C2_SHIFT)); in find_nearby_colors()854 centerc2 = (minc2 + maxc2) >> 1; in find_nearby_colors()935 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()938 else if (x > maxc2) in find_nearby_colors()940 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()950 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()
Completed in 7 milliseconds