OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcnt_second_ref
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
156
stats->
pcnt_second_ref
,
181
section->
pcnt_second_ref
= 0.0;
203
section->
pcnt_second_ref
+= frame->
pcnt_second_ref
;
225
section->
pcnt_second_ref
-= frame->
pcnt_second_ref
;
248
section->
pcnt_second_ref
/= section->count;
825
fps.
pcnt_second_ref
= 1.0 * (double)second_ref_count / cm->MBs;
[
all
...]
onyx_int.h
105
double
pcnt_second_ref
;
member in struct:__anon21241
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
150
stats->
pcnt_second_ref
,
175
section->
pcnt_second_ref
= 0.0;
197
section->
pcnt_second_ref
+= frame->
pcnt_second_ref
;
219
section->
pcnt_second_ref
-= frame->
pcnt_second_ref
;
242
section->
pcnt_second_ref
/= section->count;
831
fps.
pcnt_second_ref
= 1.0 * (double)second_ref_count / cm->MBs;
[
all
...]
vp9_onyx_int.h
85
double
pcnt_second_ref
;
member in struct:__anon21308
Completed in 29 milliseconds