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 287 stats->MVcv,
326 section->MVcv = 0.0;
345 section->MVcv += frame->MVcv;
366 section->MVcv /= section->count;
816 fps.MVcv = 0.0;
830 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / (double)mvcount)) / (double)mvcount;
    [all...]
onyx_int.h 102 double MVcv;

Completed in 138 milliseconds