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

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

Completed in 465 milliseconds