Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1165 double current_spend_ratio = 1.0; in estimate_kf_group_q() local
1182 current_spend_ratio = 10.0; in estimate_kf_group_q()
1184 current_spend_ratio = (double)cpi->long_rolling_actual_bits / in estimate_kf_group_q()
1186 current_spend_ratio = in estimate_kf_group_q()
1187 (current_spend_ratio > 10.0) in estimate_kf_group_q()
1189 : (current_spend_ratio < 0.1) ? 0.1 : current_spend_ratio; in estimate_kf_group_q()
1214 speed_correction * iiratio_correction_factor * current_spend_ratio; in estimate_kf_group_q()
1245 current_spend_ratio, group_iiratio, iiratio_correction_factor, in estimate_kf_group_q()