Searched refs:err_per_mb (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 951 static double calc_correction_factor( double err_per_mb, in calc_correction_factor() argument 958 double error_term = err_per_mb / err_devisor; in calc_correction_factor() 989 double err_per_mb = section_err / num_mbs; in estimate_max_q() local 1051 calc_correction_factor(err_per_mb, 150.0, 0.40, 0.90, Q); in estimate_max_q() 1108 double err_per_mb = section_err / num_mbs; in estimate_cq() local 1118 fprintf(f, "%10.2f\n", err_per_mb ); in estimate_cq() 1154 calc_correction_factor(err_per_mb, 100.0, 0.40, 0.90, Q); in estimate_cq() 1191 double err_per_mb = section_err / num_mbs; in estimate_q() local 1215 calc_correction_factor(err_per_mb, 150.0, 0.40, 0.90, Q); in estimate_q() 1238 double err_per_mb = section_err / num_mbs; in estimate_kf_group_q() local [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1155 static double calc_correction_factor(double err_per_mb, in calc_correction_factor() argument 1161 const double error_term = err_per_mb / err_divisor; in calc_correction_factor()
|