Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dvar_based_part.c262 int minmax_max = 0; in compute_minmax_8x8() local
283 if ((max - min) > minmax_max) minmax_max = (max - min); in compute_minmax_8x8()
287 return (minmax_max - minmax_min); in compute_minmax_8x8()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c712 int minmax_max = 0; in compute_minmax_8x8() local
733 if ((max - min) > minmax_max) minmax_max = (max - min); in compute_minmax_8x8()
737 return (minmax_max - minmax_min); in compute_minmax_8x8()