OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sum_mvcs
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
525
int sum_mvrs = 0,
sum_mvcs
= 0;
local
724
sum_mvcs
+= d->bmi.mv.as_mv.col * d->bmi.mv.as_mv.col;
835
fps.MVcv = ((double)
sum_mvcs
- (fps.MVc * fps.MVc / (double)mvcount)) / (double)mvcount;
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
504
int sum_mvrs = 0,
sum_mvcs
= 0;
local
737
sum_mvcs
+= mv.as_mv.col * mv.as_mv.col;
841
fps.MVcv = ((double)
sum_mvcs
- (fps.MVc * fps.MVc / (double)mvcount)) /
[
all
...]
Completed in 430 milliseconds