Home
last modified time | relevance | path

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

/external/jpeg/
Djquant2.c658 int maxc0, maxc1, maxc2; in find_nearby_colors() local
674 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()