Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djquant2.c640 JLONG minmaxdist, min_dist, max_dist, tdist; in find_nearby_colors() local
670 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
671 min_dist = tdist * tdist; in find_nearby_colors()
672 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
673 max_dist = tdist * tdist; in find_nearby_colors()
675 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
676 min_dist = tdist * tdist; in find_nearby_colors()
677 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
678 max_dist = tdist * tdist; in find_nearby_colors()
683 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
[all …]
/third_party/libjpeg-turbo/
Djquant2.c640 JLONG minmaxdist, min_dist, max_dist, tdist; in find_nearby_colors() local
670 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
671 min_dist = tdist * tdist; in find_nearby_colors()
672 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
673 max_dist = tdist * tdist; in find_nearby_colors()
675 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
676 min_dist = tdist * tdist; in find_nearby_colors()
677 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
678 max_dist = tdist * tdist; in find_nearby_colors()
683 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
Djquant2.c640 JLONG minmaxdist, min_dist, max_dist, tdist; in find_nearby_colors() local
670 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
671 min_dist = tdist * tdist; in find_nearby_colors()
672 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
673 max_dist = tdist * tdist; in find_nearby_colors()
675 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
676 min_dist = tdist * tdist; in find_nearby_colors()
677 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
678 max_dist = tdist * tdist; in find_nearby_colors()
683 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
[all …]
/third_party/ffmpeg/libavcodec/
Dopusenc_psy.c365 int i, tdist = 0.0f; in bands_dist() local
374 tdist += dist; in bands_dist()
377 *total_dist = tdist; in bands_dist()