HomeSort by relevance Sort by last modified time
    Searched full:minmax_max (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 540 int minmax_max = 0; local
564 if ((max - min) > minmax_max)
565 minmax_max = (max - min);
570 return (minmax_max - minmax_min);
    [all...]

Completed in 856 milliseconds