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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 69 int64_t sum_mvrs; member in struct:__anon24783
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 489 int sum_mvrs = 0, sum_mvcs = 0; local
679 sum_mvrs += d->bmi.mv.as_mv.row * d->bmi.mv.as_mv.row;
784 fps.MVrv = ((double)sum_mvrs - (fps.MVr * fps.MVr / (double)mvcount)) /
    [all...]

Completed in 68 milliseconds