Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c921 double err_correction_factor; in estimate_max_q() local
981 err_correction_factor = in estimate_max_q()
988 (int)(.5 + err_correction_factor * speed_correction * in estimate_max_q()
1036 double err_correction_factor; in estimate_cq() local
1077 err_correction_factor = in estimate_cq()
1084 (int)(.5 + err_correction_factor * speed_correction * clip_iifactor * in estimate_cq()
1111 double err_correction_factor; in estimate_q() local
1134 err_correction_factor = in estimate_q()
1138 (int)(.5 + (err_correction_factor * speed_correction * in estimate_q()
1158 double err_correction_factor; in estimate_kf_group_q() local
[all …]