OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MVr
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
157
stats->
MVr
,
182
section->
MVr
= 0.0;
204
section->
MVr
+= frame->
MVr
;
226
section->
MVr
-= frame->
MVr
;
250
section->
MVr
/= section->count;
813
fps.
MVr
= 0.0;
829
fps.
MVr
= (double)sum_mvr / (double)mvcount;
833
fps.MVrv = ((double)sum_mvrs - (fps.
MVr
* fps.MVr / (double)mvcount)) / (double)mvcount
[
all
...]
onyx_int.h
107
double
MVr
;
Completed in 33 milliseconds