Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant2.c641 JLONG minmaxdist, min_dist, max_dist, tdist; in find_nearby_colors() local
671 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
672 min_dist = tdist*tdist; in find_nearby_colors()
673 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
674 max_dist = tdist*tdist; in find_nearby_colors()
676 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
677 min_dist = tdist*tdist; in find_nearby_colors()
678 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
679 max_dist = tdist*tdist; in find_nearby_colors()
684 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
[all …]