Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c1245 double iiratio_correction_factor = 1.0; in estimate_kf_group_q() local
1270 iiratio_correction_factor = 1.0 - ((group_iiratio - 6.0) * 0.1); in estimate_kf_group_q()
1272 if (iiratio_correction_factor < 0.5) in estimate_kf_group_q()
1273 iiratio_correction_factor = 0.5; in estimate_kf_group_q()
1287 combined_correction_factor = speed_correction * iiratio_correction_factor * current_spend_ratio; in estimate_kf_group_q()
1322 current_spend_ratio, group_iiratio, iiratio_correction_factor, in estimate_kf_group_q()