Home
last modified time | relevance | path

Searched refs:err_per_mb (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() argument
892 double error_term = err_per_mb / err_devisor; in calc_correction_factor()
920 double err_per_mb = section_err / num_mbs; in estimate_max_q() local
982 calc_correction_factor(err_per_mb, 150.0, 0.40, 0.90, Q); in estimate_max_q()
1035 double err_per_mb = section_err / num_mbs; in estimate_cq() local
1044 fprintf(f, "%10.2f\n", err_per_mb); in estimate_cq()
1078 calc_correction_factor(err_per_mb, 100.0, 0.40, 0.90, Q); in estimate_cq()
1110 double err_per_mb = section_err / num_mbs; in estimate_q() local
1135 calc_correction_factor(err_per_mb, 150.0, 0.40, 0.90, Q); in estimate_q()
1157 double err_per_mb = section_err / num_mbs; in estimate_kf_group_q() local
[all …]
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c162 static double calc_correction_factor(double err_per_mb, int q) { in calc_correction_factor() argument
163 const double error_term = err_per_mb / ERR_DIVISOR; in calc_correction_factor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1489 static double calc_correction_factor(double err_per_mb, double err_divisor, in calc_correction_factor() argument
1491 const double error_term = err_per_mb / DOUBLE_DIVIDE_CHECK(err_divisor); in calc_correction_factor()