Searched refs:coeffs2 (Results 1 – 3 of 3) sorted by relevance
135 const float *coeffs2 = st->bands[1][i]; in step_collect_psy_metrics() local138 incompat += (coeffs1[j] - coeffs2[j])*(coeffs1[j] - coeffs2[j]); in step_collect_psy_metrics()
638 inline void evaluate_coeffs_C3(Coeffs1 &coeffs1, Coeffs2 &coeffs2, CT const& eps) in evaluate_coeffs_C3() argument650 coeffs1[i] = mult * math::horner_evaluate(eps, coeffs2.begin() + offset, in evaluate_coeffs_C3()651 coeffs2.begin() + offset + m); in evaluate_coeffs_C3()
331 CT coeffs2[]) in evaluate_coeffs_var2() argument337 coeffs2[i] = ((i==0) ? CT(1) : math::pow(var2, int(i))) in evaluate_coeffs_var2()