Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dvar_based_part.c263 int minmax_min = 255; in compute_minmax_8x8() local
284 if ((max - min) < minmax_min) minmax_min = (max - min); in compute_minmax_8x8()
287 return (minmax_max - minmax_min); in compute_minmax_8x8()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c713 int minmax_min = 255; in compute_minmax_8x8() local
734 if ((max - min) < minmax_min) minmax_min = (max - min); in compute_minmax_8x8()
737 return (minmax_max - minmax_min); in compute_minmax_8x8()