Searched refs:maxc2 (Results 1 – 2 of 2) sorted by relevance
658 int maxc0, maxc1, maxc2; in find_nearby_colors() local674 maxc2 = minc2 + ((1 << BOX_C2_SHIFT) - (1 << C2_SHIFT)); in find_nearby_colors()675 centerc2 = (minc2 + maxc2) >> 1; in find_nearby_colors()738 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()740 } else if (x > maxc2) { in find_nearby_colors()741 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()748 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()