Searched refs:speed_correction (Results 1 – 1 of 1) sorted by relevance
922 double speed_correction = 1.0; in estimate_max_q() local961 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04); in estimate_max_q()963 speed_correction = 1.25; in estimate_max_q()987 (int)(.5 + err_correction_factor * speed_correction * in estimate_max_q()1036 double speed_correction = 1.0; in estimate_cq() local1059 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04); in estimate_cq()1061 speed_correction = 1.25; in estimate_cq()1083 (int)(.5 + err_correction_factor * speed_correction * clip_iifactor * in estimate_cq()1111 double speed_correction = 1.0; in estimate_q() local1122 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04); in estimate_q()[all …]