Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c889 static double calc_correction_factor(double err_per_mb, double err_devisor, in calc_correction_factor() function
982 calc_correction_factor(err_per_mb, 150.0, 0.40, 0.90, Q); in estimate_max_q()
1078 calc_correction_factor(err_per_mb, 100.0, 0.40, 0.90, Q); in estimate_cq()
1135 calc_correction_factor(err_per_mb, 150.0, 0.40, 0.90, Q); in estimate_q()
1217 calc_correction_factor(err_per_mb, 150.0, pow_lowq, pow_highq, Q); in estimate_kf_group_q()
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c162 static double calc_correction_factor(double err_per_mb, int q) { in calc_correction_factor() function
199 const double mid_factor = calc_correction_factor(error_per_mb, mid); in find_qindex_by_rate_with_correction()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1489 static double calc_correction_factor(double err_per_mb, double err_divisor, in calc_correction_factor() function
1587 calc_correction_factor(av_err_per_mb, wq_err_divisor(cpi), q); in get_twopass_worst_quality()