Searched refs:err_correction_factor (Results 1 – 2 of 2) sorted by relevance
989 double err_correction_factor; in estimate_max_q() local1049 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() local1152 err_correction_factor = in estimate_cq()1159 (int)( .5 + err_correction_factor * in estimate_cq()1191 double err_correction_factor; in estimate_q() local1213 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 …]
924 const double err_correction_factor = calc_correction_factor(err_per_mb, in vp9_twopass_worst_quality() local927 vp9_rc_bits_per_mb(INTER_FRAME, q, (err_correction_factor * speed_term)); in vp9_twopass_worst_quality()