HomeSort by relevance Sort by last modified time
    Searched refs:sum_mvc (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 523 int sum_mvr = 0, sum_mvc = 0; local
721 sum_mvc += d->bmi.mv.as_mv.col;
832 fps.MVc = (double)sum_mvc / (double)mvcount;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 502 int sum_mvr = 0, sum_mvc = 0; local
734 sum_mvc += mv.as_mv.col;
837 fps.MVc = (double)sum_mvc / (double)mvcount;
    [all...]

Completed in 30 milliseconds