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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c523 int sum_mvr = 0, sum_mvc = 0; local
719 sum_mvr += d->bmi.mv.as_mv.row;
830 fps.MVr = (double)sum_mvr / (double)mvcount;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c493 int sum_mvr = 0, sum_mvc = 0; local
719 sum_mvr += mv.as_mv.row;
804 fps.MVr = (double)sum_mvr / mvcount;

Completed in 123 milliseconds