Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djquant2.c659 int maxc0, maxc1, maxc2; in find_nearby_colors() local
671 maxc0 = minc0 + ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT)); in find_nearby_colors()
672 centerc0 = (minc0 + maxc0) >> 1; in find_nearby_colors()
694 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
696 } else if (x > maxc0) { in find_nearby_colors()
697 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
705 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()

Completed in 12 milliseconds