Searched refs:calc_correction_factor (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() function 1050 calc_correction_factor(err_per_mb, 150.0, 0.40, 0.90, Q); in estimate_max_q() 1153 calc_correction_factor(err_per_mb, 100.0, 0.40, 0.90, Q); in estimate_cq() 1214 calc_correction_factor(err_per_mb, 150.0, 0.40, 0.90, Q); in estimate_q() 1296 calc_correction_factor(err_per_mb, 150.0, pow_lowq, pow_highq, Q); in estimate_kf_group_q()
|
/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() function 924 const double err_correction_factor = calc_correction_factor(err_per_mb, in vp9_twopass_worst_quality()
|