OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:second_ref_count
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
528
int
second_ref_count
= 0;
local
687
second_ref_count
++;
825
fps.pcnt_second_ref = 1.0 * (double)
second_ref_count
/ cm->MBs;
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
507
int
second_ref_count
= 0;
local
688
second_ref_count
++;
831
fps.pcnt_second_ref = 1.0 * (double)
second_ref_count
/ cm->MBs;
[
all
...]
Completed in 2659 milliseconds