Searched refs:coef_coef (Results 1 – 1 of 1) sorted by relevance
73 #define coef_coef(x) \ in prepare_coefs() macro75 coef_coef(0) = f0; in prepare_coefs()76 if (interp_order > 0) coef_coef(1) = b; in prepare_coefs()77 if (interp_order > 1) coef_coef(2) = c; in prepare_coefs()78 if (interp_order > 2) coef_coef(3) = d; in prepare_coefs()79 #undef coef_coef in prepare_coefs()