Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Debur128.c375 size_t index_max = 1000; in find_histogram_index() local
379 index_mid = (index_min + index_max) / 2; in find_histogram_index()
383 index_max = index_mid; in find_histogram_index()
385 } while (index_max - index_min != 1); in find_histogram_index()