Searched refs:MVcv (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c162 stats->MVcv,
187 section->MVcv = 0.0;
209 section->MVcv += frame->MVcv;
231 section->MVcv -= frame->MVcv;
255 section->MVcv /= section->count;
818 fps.MVcv = 0.0;
834 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / (double)mvcount)) / (double)mvcount;
H A Donyx_int.h112 double MVcv; member in struct:__anon9025

Completed in 71 milliseconds