Searched refs:maxc1 (Results 1 – 1 of 1) sorted by relevance
837 int maxc0, maxc1, maxc2; in find_nearby_colors() local851 maxc1 = minc1 + ((1 << BOX_C1_SHIFT) - (1 << C1_SHIFT)); in find_nearby_colors()852 centerc1 = (minc1 + maxc1) >> 1; in find_nearby_colors()905 tdist = (x - maxc1) * C1_SCALE; in find_nearby_colors()908 else if (x > maxc1) in find_nearby_colors()910 tdist = (x - maxc1) * C1_SCALE; in find_nearby_colors()920 tdist = (x - maxc1) * C1_SCALE; in find_nearby_colors()
Completed in 7 milliseconds