Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant2.c637 int maxc0, maxc1, maxc2; in find_nearby_colors() local
651 maxc1 = minc1 + ((1 << BOX_C1_SHIFT) - (1 << C1_SHIFT)); in find_nearby_colors()
652 centerc1 = (minc1 + maxc1) >> 1; in find_nearby_colors()
695 tdist = (x - maxc1) * C1_SCALE; in find_nearby_colors()
697 } else if (x > maxc1) { in find_nearby_colors()
698 tdist = (x - maxc1) * C1_SCALE; in find_nearby_colors()
705 tdist = (x - maxc1) * C1_SCALE; in find_nearby_colors()

Completed in 3 milliseconds