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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.h33 double MVcv; member in struct:__anon1151
H A Dvp9_firstpass.c152 stats->MVcv,
177 section->MVcv = 0.0;
202 section->MVcv += frame->MVcv;
225 section->MVcv -= frame->MVcv;
249 section->MVcv /= section->count;
809 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / mvcount)) / mvcount;
819 fps.MVcv = 0.0;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c163 stats->MVcv,
188 section->MVcv = 0.0;
210 section->MVcv += frame->MVcv;
232 section->MVcv -= frame->MVcv;
256 section->MVcv /= section->count;
819 fps.MVcv = 0.0;
835 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / (double)mvcount)) / (double)mvcount;
H A Donyx_int.h116 double MVcv; member in struct:__anon1084

Completed in 1680 milliseconds