Home
last modified time | relevance | path

Searched refs:sum_mvcs (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c526 int sum_mvrs = 0, sum_mvcs = 0; in vp8_first_pass() local
725 sum_mvcs += d->bmi.mv.as_mv.col * d->bmi.mv.as_mv.col; in vp8_first_pass()
836 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / (double)mvcount)) / (double)mvcount; in vp8_first_pass()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c513 int64_t sum_mvrs = 0, sum_mvcs = 0; in vp9_first_pass() local
912 sum_mvcs += mv.col * mv.col; in vp9_first_pass()
1066 fps.MVcv = ((double)sum_mvcs - in vp9_first_pass()