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.c989 double err_correction_factor; in estimate_max_q() local
1049 err_correction_factor = in estimate_max_q()
1055 bits_per_mb_at_this_q = (int)(.5 + err_correction_factor in estimate_max_q()
1108 double err_correction_factor; in estimate_cq() local
1152 err_correction_factor = in estimate_cq()
1159 (int)( .5 + err_correction_factor * in estimate_cq()
1191 double err_correction_factor; in estimate_q() local
1213 err_correction_factor = in estimate_q()
1217 (int)( .5 + ( err_correction_factor * in estimate_q()
1238 double err_correction_factor; in estimate_kf_group_q() local
[all …]