Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideocommon.cc87 int best_distance = INT_MAX; in FindLowerScale() local
93 if (diff >= 0 && diff < best_distance) { in FindLowerScale()
94 best_distance = diff; in FindLowerScale()
96 if (best_distance == 0) { // Found exact match. in FindLowerScale()
Dvideoadapter.cc96 float best_distance = static_cast<float>(INT_MAX); in FindScale() local
114 if (diff < best_distance) { in FindScale()
115 best_distance = diff; in FindScale()
117 if (best_distance == 0) { // Found exact match. in FindScale()
Dvideocapturer.cc272 int64_t best_distance = kMaxDistance; in GetBestCaptureFormat() local
280 if (distance < best_distance) { in GetBestCaptureFormat()
281 best_distance = distance; in GetBestCaptureFormat()
296 << best_format->interval << " distance " << best_distance; in GetBestCaptureFormat()
/external/webp/src/enc/
Ddelta_palettization.c355 uint32_t best_distance = CalcDist(predicted_value, src, palette[0]); in FindBestPaletteEntry() local
358 if (distance < best_distance) { in FindBestPaletteEntry()
359 best_distance = distance; in FindBestPaletteEntry()
Dbackward_references.c291 int best_distance = 0; in HashChainFindCopy() local
312 best_distance = distance; in HashChainFindCopy()
318 *distance_ptr = best_distance; in HashChainFindCopy()
/external/opencv3/3rdparty/libwebp/enc/
Dbackward_references.c173 uint32_t best_distance = 0; in HashChainFindCopy() local
215 best_distance = distance; in HashChainFindCopy()
219 if ((best_distance == 1 || distance == xsize) && in HashChainFindCopy()
225 *distance_ptr = (int)best_distance; in HashChainFindCopy()
/external/fio/
Dinit.c1917 int best_option, best_distance; in show_closest_option() local
1924 best_distance = INT_MAX; in show_closest_option()
1928 if (distance < best_distance) { in show_closest_option()
1929 best_distance = distance; in show_closest_option()
Doptions.c3914 int best_option, best_distance; in show_closest_option() local
3928 best_distance = INT_MAX; in show_closest_option()
3932 if (distance < best_distance) { in show_closest_option()
3933 best_distance = distance; in show_closest_option()