OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mvr_abs
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
159
stats->
mvr_abs
,
184
section->
mvr_abs
= 0.0;
206
section->
mvr_abs
+= frame->
mvr_abs
;
228
section->
mvr_abs
-= frame->
mvr_abs
;
252
section->
mvr_abs
/= section->count;
815
fps.
mvr_abs
= 0.0;
831
fps.
mvr_abs
= (double)sum_mvr_abs / (double)mvcount;
[
all
...]
onyx_int.h
108
double
mvr_abs
;
member in struct:__anon23005
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
153
stats->
mvr_abs
,
178
section->
mvr_abs
= 0.0;
200
section->
mvr_abs
+= frame->
mvr_abs
;
222
section->
mvr_abs
-= frame->
mvr_abs
;
246
section->
mvr_abs
/= section->count;
821
fps.
mvr_abs
= 0.0;
836
fps.
mvr_abs
= (double)sum_mvr_abs / (double)mvcount;
[
all
...]
vp9_onyx_int.h
88
double
mvr_abs
;
member in struct:__anon23072
Completed in 3223 milliseconds