Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c927 double speed_correction = 1.0; in estimate_max_q() local
967 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04); in estimate_max_q()
969 speed_correction = 1.25; in estimate_max_q()
993 (int)(.5 + err_correction_factor * speed_correction * in estimate_max_q()
1042 double speed_correction = 1.0; in estimate_cq() local
1065 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04); in estimate_cq()
1067 speed_correction = 1.25; in estimate_cq()
1089 (int)(.5 + err_correction_factor * speed_correction * clip_iifactor * in estimate_cq()
1117 double speed_correction = 1.0; in estimate_q() local
1128 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04); in estimate_q()
[all …]