Lines Matching refs:coefsP
182 const TC* coefsP, in ProcessBase() argument
198 TC c = TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP); in ProcessBase()
204 coefsP++; in ProcessBase()
222 mac(l, r, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP); in ProcessBase()
223 coefsP++; in ProcessBase()
234 mac(l, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP); in ProcessBase()
235 coefsP++; in ProcessBase()
253 const TC* coefsP, in ProcessL() argument
259 ProcessBase<CHANNELS, STRIDE, InterpNull>(out, count, coefsP, coefsN, sP, sN, 0, volumeLR); in ProcessL()
299 const TC* coefsP, in Process() argument
308 ProcessBase<CHANNELS, STRIDE, InterpCompute>(out, count, coefsP, coefsN, sP, sN, lerpP, in Process()
391 const TC* coefsP = coefs + indexP*halfNumCoefs; in fir() local
398 halfNumCoefs, coefsP, coefsN, sP, sN, volumeLR); in fir()
404 const TC* coefsP = coefs + indexP*halfNumCoefs; in fir() local
406 const TC* coefsP1 = coefsP + 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()