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.c990 double err_correction_factor; in estimate_max_q() local
1050 err_correction_factor = in estimate_max_q()
1056 bits_per_mb_at_this_q = (int)(.5 + err_correction_factor in estimate_max_q()
1109 double err_correction_factor; in estimate_cq() local
1153 err_correction_factor = in estimate_cq()
1160 (int)( .5 + err_correction_factor * in estimate_cq()
1192 double err_correction_factor; in estimate_q() local
1214 err_correction_factor = in estimate_q()
1218 (int)( .5 + ( err_correction_factor * in estimate_q()
1239 double err_correction_factor; in estimate_kf_group_q() local
[all …]