OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sum_mvr_abs
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
524
int
sum_mvr_abs
= 0, sum_mvc_abs = 0;
local
720
sum_mvr_abs
+= abs(d->bmi.mv.as_mv.row);
831
fps.mvr_abs = (double)
sum_mvr_abs
/ (double)mvcount;
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
503
int
sum_mvr_abs
= 0, sum_mvc_abs = 0;
local
733
sum_mvr_abs
+= abs(mv.as_mv.row);
836
fps.mvr_abs = (double)
sum_mvr_abs
/ (double)mvcount;
[
all
...]
Completed in 31 milliseconds