OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MVcv
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
162
stats->
MVcv
,
187
section->
MVcv
= 0.0;
209
section->
MVcv
+= frame->
MVcv
;
231
section->
MVcv
-= frame->
MVcv
;
255
section->
MVcv
/= section->count;
818
fps.
MVcv
= 0.0;
834
fps.
MVcv
= ((double)sum_mvcs - (fps.MVc * fps.MVc / (double)mvcount)) / (double)mvcount;
[
all
...]
onyx_int.h
112
double
MVcv
;
Completed in 62 milliseconds