Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c615 int minmax_max = 0; in compute_minmax_8x8() local
636 if ((max - min) > minmax_max) minmax_max = (max - min); in compute_minmax_8x8()
640 return (minmax_max - minmax_min); in compute_minmax_8x8()