OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sum_mvrs
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
525
int
sum_mvrs
= 0, sum_mvcs = 0;
local
723
sum_mvrs
+= d->bmi.mv.as_mv.row * d->bmi.mv.as_mv.row;
834
fps.MVrv = ((double)
sum_mvrs
- (fps.MVr * fps.MVr / (double)mvcount)) / (double)mvcount;
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
487
int
sum_mvrs
= 0, sum_mvcs = 0;
local
678
sum_mvrs
+= mv.as_mv.row * mv.as_mv.row;
781
fps.MVrv = ((double)
sum_mvrs
- (fps.MVr * fps.MVr / (double)mvcount)) / (double)mvcount;
[
all
...]
Completed in 90 milliseconds