Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c616 int minmax_min = 255; in compute_minmax_8x8() local
637 if ((max - min) < minmax_min) minmax_min = (max - min); in compute_minmax_8x8()
640 return (minmax_max - minmax_min); in compute_minmax_8x8()