Searched refs:section_err (Results 1 – 2 of 2) sorted by relevance
988 double section_err = (fpstats->coded_error / fpstats->count); in estimate_max_q() local989 double err_per_mb = section_err / num_mbs; in estimate_max_q()1107 double section_err = (fpstats->coded_error / fpstats->count); in estimate_cq() local1108 double err_per_mb = section_err / num_mbs; in estimate_cq()1185 static int estimate_q(VP8_COMP *cpi, double section_err, int section_target_bandwitdh) in estimate_q() argument1191 double err_per_mb = section_err / num_mbs; in estimate_q()1231 static int estimate_kf_group_q(VP8_COMP *cpi, double section_err, int section_target_bandwitdh, dou… in estimate_kf_group_q() argument1238 double err_per_mb = section_err / num_mbs; in estimate_kf_group_q()
1180 const double section_err, in get_twopass_worst_quality() argument1198 const double av_err_per_mb = section_err / active_mbs; in get_twopass_worst_quality()