Lines Matching refs:coefsN
183 const TC* coefsN, in ProcessBase() argument
206 c = TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP); in ProcessBase()
212 coefsN++; in ProcessBase()
225 mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN); in ProcessBase()
226 coefsN++; in ProcessBase()
237 mac(l, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN); in ProcessBase()
238 coefsN++; in ProcessBase()
254 const TC* coefsN, in ProcessL() argument
259 ProcessBase<CHANNELS, STRIDE, InterpNull>(out, count, coefsP, coefsN, sP, sN, 0, volumeLR); in ProcessL()
300 const TC* coefsN, in Process() argument
308 ProcessBase<CHANNELS, STRIDE, InterpCompute>(out, count, coefsP, coefsN, sP, sN, lerpP, in Process()
392 const TC* coefsN = coefs + indexN*halfNumCoefs; in fir() local
398 halfNumCoefs, coefsP, coefsN, sP, sN, volumeLR); in fir()
405 const TC* coefsN = coefs + indexN*halfNumCoefs; in fir() local
407 const TC* coefsN1 = coefsN + halfNumCoefs; in fir()
426 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR); in fir()
432 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR); in fir()