HomeSort by relevance Sort by last modified time
    Searched refs:MVrv (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 161 stats->MVrv,
186 section->MVrv = 0.0;
208 section->MVrv += frame->MVrv;
230 section->MVrv -= frame->MVrv;
254 section->MVrv /= section->count;
817 fps.MVrv = 0.0;
833 fps.MVrv = ((double)sum_mvrs - (fps.MVr * fps.MVr / (double)mvcount)) / (double)mvcount;
    [all...]
onyx_int.h 111 double MVrv;

Completed in 44 milliseconds