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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c530 int neutral_count = 0; local
711 neutral_count++;
826 fps.pcnt_neutral = 1.0 * (double)neutral_count / cm->MBs;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c500 int neutral_count = 0; local
707 ++neutral_count;
801 fps.pcnt_neutral = (double)neutral_count / cm->MBs;

Completed in 1313 milliseconds