Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant2.c638 int maxc0, maxc1, maxc2; in find_nearby_colors() local
652 maxc1 = minc1 + ((1 << BOX_C1_SHIFT) - (1 << C1_SHIFT)); in find_nearby_colors()
653 centerc1 = (minc1 + maxc1) >> 1; in find_nearby_colors()
696 tdist = (x - maxc1) * C1_SCALE; in find_nearby_colors()
698 } else if (x > maxc1) { in find_nearby_colors()
699 tdist = (x - maxc1) * C1_SCALE; in find_nearby_colors()
706 tdist = (x - maxc1) * C1_SCALE; in find_nearby_colors()