Searched refs:section_err (Results 1 – 3 of 3) sorted by relevance
924 double section_err = (fpstats->coded_error / fpstats->count); in estimate_max_q() local925 double err_per_mb = section_err / num_mbs; in estimate_max_q()1039 double section_err = (fpstats->coded_error / fpstats->count); in estimate_cq() local1040 double err_per_mb = section_err / num_mbs; in estimate_cq()1109 static int estimate_q(VP8_COMP *cpi, double section_err, in estimate_q() argument1115 double err_per_mb = section_err / num_mbs; in estimate_q()1154 static int estimate_kf_group_q(VP8_COMP *cpi, double section_err, in estimate_kf_group_q() argument1162 double err_per_mb = section_err / num_mbs; in estimate_kf_group_q()
195 const double section_err, in get_twopass_worst_quality() argument211 const double av_err_per_mb = section_err / active_mbs; in get_twopass_worst_quality()
1530 static int get_twopass_worst_quality(VP9_COMP *cpi, const double section_err, in get_twopass_worst_quality() argument1565 const double av_err_per_mb = section_err / active_pct; in get_twopass_worst_quality()