Home
last modified time | relevance | path

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

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