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 315 stats->MVrv,
349 section->MVrv = 0.0;
369 section->MVrv += frame->MVrv;
391 section->MVrv /= section->count;
768 fps.MVrv = 0.0;
783 fps.MVrv = ((double)sum_mvrs - (fps.MVr * fps.MVr / (double)mvcount)) / (double)mvcount;
    [all...]
onyx_int.h 107 double MVrv;

Completed in 38 milliseconds