Searched refs:err_per_mb (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 950 static double calc_correction_factor( double err_per_mb, in calc_correction_factor() argument 957 double error_term = err_per_mb / err_devisor; in calc_correction_factor() 988 double err_per_mb = section_err / num_mbs; in estimate_max_q() local 1050 calc_correction_factor(err_per_mb, 150.0, 0.40, 0.90, Q); in estimate_max_q() 1107 double err_per_mb = section_err / num_mbs; in estimate_cq() local 1117 fprintf(f, "%10.2f\n", err_per_mb ); in estimate_cq() 1153 calc_correction_factor(err_per_mb, 100.0, 0.40, 0.90, Q); in estimate_cq() 1190 double err_per_mb = section_err / num_mbs; in estimate_q() local 1214 calc_correction_factor(err_per_mb, 150.0, 0.40, 0.90, Q); in estimate_q() 1237 double err_per_mb = section_err / num_mbs; in estimate_kf_group_q() local [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 932 static double calc_correction_factor(double err_per_mb, in calc_correction_factor() argument 937 const double error_term = err_per_mb / err_divisor; in calc_correction_factor() 961 const double err_per_mb = section_err / num_mbs; in get_twopass_worst_quality() local 974 calc_correction_factor(err_per_mb, ERR_DIVISOR, in get_twopass_worst_quality()
|