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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c528 int second_ref_count = 0; local
687 second_ref_count++;
825 fps.pcnt_second_ref = 1.0 * (double)second_ref_count / cm->MBs;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c498 int second_ref_count = 0; local
680 ++second_ref_count;
800 fps.pcnt_second_ref = (double)second_ref_count / cm->MBs;

Completed in 109 milliseconds