Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.h33 double MVcv; member
Dvp9_firstpass.c152 stats->MVcv, in output_stats()
177 section->MVcv = 0.0; in zero_stats()
202 section->MVcv += frame->MVcv; in accumulate_stats()
225 section->MVcv -= frame->MVcv; in subtract_stats()
249 section->MVcv /= section->count; in avg_stats()
809 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / mvcount)) / mvcount; in vp9_first_pass()
819 fps.MVcv = 0.0; in vp9_first_pass()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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.h116 double MVcv; member