Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant2.c638 int maxc0, maxc1, maxc2; in find_nearby_colors() local
650 maxc0 = minc0 + ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT)); in find_nearby_colors()
651 centerc0 = (minc0 + maxc0) >> 1; in find_nearby_colors()
673 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
675 } else if (x > maxc0) { in find_nearby_colors()
676 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
684 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()