OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MVc
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
160
stats->
MVc
,
185
section->
MVc
= 0.0;
207
section->
MVc
+= frame->
MVc
;
229
section->
MVc
-= frame->
MVc
;
253
section->
MVc
/= section->count;
574
vpx_memcpy(cm->fc.
mvc
, vp8_default_mv_context, sizeof(vp8_default_mv_context));
575
vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cm->fc.
mvc
, flag);
816
fps.
MVc
= 0.0
[
all
...]
onyx_int.h
72
MV_CONTEXT
mvc
[2];
member in struct:__anon21240
109
double
MVc
;
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
154
stats->
MVc
,
179
section->
MVc
= 0.0;
201
section->
MVc
+= frame->
MVc
;
223
section->
MVc
-= frame->
MVc
;
247
section->
MVc
/= section->count;
822
fps.
MVc
= 0.0;
837
fps.
MVc
= (double)sum_mvc / (double)mvcount;
841
fps.MVcv = ((double)sum_mvcs - (fps.
MVc
* fps.MVc / (double)mvcount))
[
all
...]
vp9_onyx_int.h
89
double
MVc
;
Completed in 31 milliseconds