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

  /external/libvpx/vp8/encoder/
firstpass.c 279 stats->MVcv,
310 section->MVcv = 0.0;
329 section->MVcv += frame->MVcv;
350 section->MVcv /= section->count;
813 fps.MVcv = 0.0;
827 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / (double)mvcount)) / (double)mvcount;
    [all...]
onyx_int.h 103 double MVcv;

Completed in 14 milliseconds