Searched refs:power_term (Results 1 – 2 of 2) sorted by relevance
956 double power_term; in calc_correction_factor() local961 power_term = pt_low + (Q * 0.01); in calc_correction_factor()962 power_term = (power_term > pt_high) ? pt_high : power_term; in calc_correction_factor()968 correction_factor = pow(error_term, power_term); in calc_correction_factor()
893 const double power_term = MIN(vp9_convert_qindex_to_q(q) * 0.0125 + pt_low, in calc_correction_factor() local897 if (power_term < 1.0) in calc_correction_factor()900 return fclamp(pow(error_term, power_term), 0.05, 5.0); in calc_correction_factor()