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.c1241 double current_spend_ratio = 1.0; in estimate_kf_group_q() local
1259 current_spend_ratio = 10.0; in estimate_kf_group_q()
1262current_spend_ratio = (double)cpi->long_rolling_actual_bits / (double)cpi->long_rolling_target_bit… in estimate_kf_group_q()
1263current_spend_ratio = (current_spend_ratio > 10.0) ? 10.0 : (current_spend_ratio < 0.1) ? 0.1 : cu… in estimate_kf_group_q()
1288 combined_correction_factor = speed_correction * iiratio_correction_factor * current_spend_ratio; in estimate_kf_group_q()
1323 current_spend_ratio, group_iiratio, iiratio_correction_factor, in estimate_kf_group_q()