Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dfirstpass.c908 double err_correction_factor; in estimate_max_q() local
967 err_correction_factor = in estimate_max_q()
974 (int)(.5 + err_correction_factor * speed_correction * in estimate_max_q()
1022 double err_correction_factor; in estimate_cq() local
1057 err_correction_factor = in estimate_cq()
1064 (int)(.5 + err_correction_factor * speed_correction * clip_iifactor * in estimate_cq()
1091 double err_correction_factor; in estimate_q() local
1114 err_correction_factor = in estimate_q()
1118 (int)(.5 + (err_correction_factor * speed_correction * in estimate_q()
1138 double err_correction_factor; in estimate_kf_group_q() local
[all …]