Home
last modified time | relevance | path

Searched refs:second_ref_count (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c529 int second_ref_count = 0; in vp8_first_pass() local
688 second_ref_count++; in vp8_first_pass()
826 fps.pcnt_second_ref = 1.0 * (double)second_ref_count / cm->MBs; in vp8_first_pass()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c516 int second_ref_count = 0; in vp9_first_pass() local
840 ++second_ref_count; in vp9_first_pass()
1053 fps.pcnt_second_ref = (double)second_ref_count / num_mbs; in vp9_first_pass()