Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant2.c640 JLONG minmaxdist, min_dist, max_dist, tdist; in find_nearby_colors() local
664 minmaxdist = 0x7FFFFFFFL; in find_nearby_colors()
736 if (max_dist < minmaxdist) in find_nearby_colors()
737 minmaxdist = max_dist; in find_nearby_colors()
740 /* Now we know that no cell in the update box is more than minmaxdist in find_nearby_colors()
742 * within minmaxdist of some part of the box need be considered. in find_nearby_colors()
746 if (mindist[i] <= minmaxdist) in find_nearby_colors()

Completed in 3 milliseconds