Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h62 double MVcv; member
Dvp9_firstpass.c136 stats->MVcv, in output_stats()
175 section->MVcv = 0.0; in zero_stats()
203 section->MVcv += frame->MVcv; in accumulate_stats()
229 section->MVcv -= frame->MVcv; in subtract_stats()
1066 fps.MVcv = ((double)sum_mvcs - in vp9_first_pass()
1077 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()
820 fps.MVcv = 0.0; in vp8_first_pass()
836 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / (double)mvcount)) / (double)mvcount; in vp8_first_pass()
Donyx_int.h113 double MVcv; member