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

  /external/libaom/libaom/av1/encoder/
firstpass.c 344 int64_t sum_mvrs = 0, sum_mvcs = 0; local
667 sum_mvcs += mv.col * mv.col;
784 ((double)sum_mvcs - ((double)sum_mvc * sum_mvc / mvcount)) / mvcount;
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 74 int64_t sum_mvcs; member in struct:__anon29894
  /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 202 milliseconds