Home
last modified time | relevance | path

Searched defs:rate_err_tol (Results 1 – 1 of 1) sorted by relevance

/external/libaom/av1/encoder/
Dpass2_strategy.c175 static void twopass_update_bpm_factor(AV1_COMP *cpi, int rate_err_tol) { in twopass_update_bpm_factor()
275 static int qbpm_enumerator(int rate_err_tol) { in qbpm_enumerator()
283 double group_weight_factor, int rate_err_tol, int best_qindex, in find_qindex_by_rate_with_correction()
346 int rate_err_tol = AOMMIN(rc_cfg->under_shoot_pct, rc_cfg->over_shoot_pct); in get_twopass_worst_quality() local