Searched refs:calc_correction_factor (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 894 static double calc_correction_factor(double err_per_mb, double err_devisor, in calc_correction_factor() function 987 calc_correction_factor(err_per_mb, 150.0, 0.40, 0.90, Q); in estimate_max_q() 1083 calc_correction_factor(err_per_mb, 100.0, 0.40, 0.90, Q); in estimate_cq() 1140 calc_correction_factor(err_per_mb, 150.0, 0.40, 0.90, Q); in estimate_q() 1222 calc_correction_factor(err_per_mb, 150.0, pow_lowq, pow_highq, Q); in estimate_kf_group_q()
|
/external/libaom/libaom/av1/encoder/ |
D | pass2_strategy.c | 141 static double calc_correction_factor(double err_per_mb, double err_divisor, in calc_correction_factor() function 172 calc_correction_factor(error_per_mb, ERR_DIVISOR - ediv_size_correction, in find_qindex_by_rate_with_correction() 185 calc_correction_factor(error_per_mb, ERR_DIVISOR - ediv_size_correction, in find_qindex_by_rate_with_correction()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1489 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()
|