Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dfirstpass.c529 int sum_mvr = 0, sum_mvc = 0; in vp8_first_pass() local
693 sum_mvc += d->bmi.mv.as_mv.col; in vp8_first_pass()
827 fps.MVc = (double)sum_mvc / (double)mvcount; in vp8_first_pass()