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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 70 int64_t sum_mvcs; member in struct:__anon24783
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 489 int sum_mvrs = 0, sum_mvcs = 0; local
680 sum_mvcs += d->bmi.mv.as_mv.col * d->bmi.mv.as_mv.col;
786 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / (double)mvcount)) /
    [all...]

Completed in 139 milliseconds