Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dfirstpass.c1027 double err_correction_factor; in estimate_kf_group_q() local
1082 err_correction_factor = pow(err_per_mb / BASE_ERRPERMB, (pow_lowq + Q * 0.01)); in estimate_kf_group_q()
1083err_correction_factor = (err_correction_factor < 0.05) ? 0.05 : (err_correction_factor > 5.0) ? 5.… in estimate_kf_group_q()
1086 err_correction_factor = corr_high; in estimate_kf_group_q()
1088 …bits_per_mb_at_this_q = (int)(.5 + err_correction_factor * combined_correction_factor * (double)vp… in estimate_kf_group_q()
1106 target_norm_bits_per_mb, err_per_mb, err_correction_factor, in estimate_kf_group_q()