Searched refs:err_per_mb (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 885 static double calc_correction_factor(double err_per_mb, in calc_correction_factor() argument 890 const double error_term = err_per_mb / err_divisor; in calc_correction_factor() 911 const double err_per_mb = section_err / num_mbs; in vp9_twopass_worst_quality() local 924 const double err_correction_factor = calc_correction_factor(err_per_mb, in vp9_twopass_worst_quality()
|