Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Debur128.c374 size_t index_min = 0; in find_histogram_index() local
379 index_mid = (index_min + index_max) / 2; in find_histogram_index()
381 index_min = index_mid; in find_histogram_index()
385 } while (index_max - index_min != 1); in find_histogram_index()
387 return index_min; in find_histogram_index()