Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h56 double MVcv; member
Dvp9_firstpass.c138 stats->MVcv, in output_stats()
173 section->MVcv = 0.0; in zero_stats()
197 section->MVcv += frame->MVcv; in accumulate_stats()
219 section->MVcv -= frame->MVcv; in subtract_stats()
848 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / mvcount)) / mvcount; in vp9_first_pass()
858 fps.MVcv = 0.0; in vp9_first_pass()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c163 stats->MVcv, in output_stats()
188 section->MVcv = 0.0; in zero_stats()
210 section->MVcv += frame->MVcv; in accumulate_stats()
232 section->MVcv -= frame->MVcv; in subtract_stats()
256 section->MVcv /= section->count; in avg_stats()
819 fps.MVcv = 0.0; in vp8_first_pass()
835 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / (double)mvcount)) / (double)mvcount; in vp8_first_pass()
Donyx_int.h113 double MVcv; member