Home
last modified time | relevance | path

Searched refs:maxc0 (Results 1 – 1 of 1) sorted by relevance

/external/jpeg/
Djquant2.c658 int maxc0, maxc1, maxc2; in find_nearby_colors() local
670 maxc0 = minc0 + ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT)); in find_nearby_colors()
671 centerc0 = (minc0 + maxc0) >> 1; in find_nearby_colors()
693 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
695 } else if (x > maxc0) { in find_nearby_colors()
696 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
704 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()