Searched refs:speed_correction (Results 1 – 1 of 1) sorted by relevance
990 double speed_correction = 1.0; in estimate_max_q() local1030 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04); in estimate_max_q()1032 speed_correction = 1.25; in estimate_max_q()1056 * speed_correction * cpi->twopass.est_max_qcorrection_factor in estimate_max_q()1109 double speed_correction = 1.0; in estimate_cq() local1134 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04); in estimate_cq()1136 speed_correction = 1.25; in estimate_cq()1160 speed_correction * in estimate_cq()1192 double speed_correction = 1.0; in estimate_q() local1202 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04); in estimate_q()[all …]