Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c894 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()
1141 calc_correction_factor(err_per_mb, 150.0, 0.40, 0.90, Q); in estimate_q()
1223 calc_correction_factor(err_per_mb, 150.0, pow_lowq, pow_highq, Q); in estimate_kf_group_q()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1558 static double calc_correction_factor(double err_per_mb, double err_divisor, in calc_correction_factor() function
1621 calc_correction_factor(av_err_per_mb, ERR_DIVISOR, q); in get_twopass_worst_quality()