OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sum_mvr
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
523
int
sum_mvr
= 0, sum_mvc = 0;
local
719
sum_mvr
+= d->bmi.mv.as_mv.row;
830
fps.MVr = (double)
sum_mvr
/ (double)mvcount;
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
502
int
sum_mvr
= 0, sum_mvc = 0;
local
732
sum_mvr
+= mv.as_mv.row;
835
fps.MVr = (double)
sum_mvr
/ (double)mvcount;
[
all
...]
Completed in 67 milliseconds