Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1008 double rolling_ratio; in estimate_max_q() local
1010 rolling_ratio = (double)cpi->rolling_actual_bits / in estimate_max_q()
1013 if (rolling_ratio < 0.95) in estimate_max_q()
1015 else if (rolling_ratio > 1.05) in estimate_max_q()