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

  /external/libvpx/vp8/encoder/
firstpass.c 278 stats->MVrv,
309 section->MVrv = 0.0;
328 section->MVrv += frame->MVrv;
349 section->MVrv /= section->count;
812 fps.MVrv = 0.0;
826 fps.MVrv = ((double)sum_mvrs - (fps.MVr * fps.MVr / (double)mvcount)) / (double)mvcount;
    [all...]
onyx_int.h 102 double MVrv;

Completed in 11 milliseconds