Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c1007 double rolling_ratio; in estimate_max_q() local
1009 rolling_ratio = (double)cpi->rolling_actual_bits / in estimate_max_q()
1012 if (rolling_ratio < 0.95) in estimate_max_q()
1014 else if (rolling_ratio > 1.05) in estimate_max_q()