Lines Matching refs:sP
184 const TI* sP, in ProcessBase() argument
201 const TI *tmp_data = sP; // tmp_ptr seems to work better in ProcessBase()
205 sP -= CHANNELS; in ProcessBase()
222 mac(l, r, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP); in ProcessBase()
224 sP -= CHANNELS; in ProcessBase()
234 mac(l, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP); in ProcessBase()
236 sP -= CHANNELS; in ProcessBase()
255 const TI* sP, in ProcessL() argument
259 ProcessBase<CHANNELS, STRIDE, InterpNull>(out, count, coefsP, coefsN, sP, sN, 0, volumeLR); in ProcessL()
303 const TI* sP, in Process() argument
308 ProcessBase<CHANNELS, STRIDE, InterpCompute>(out, count, coefsP, coefsN, sP, sN, lerpP, in Process()
393 const TI* sP = samples; in fir() local
398 halfNumCoefs, coefsP, coefsN, sP, sN, volumeLR); in fir()
408 const TI* sP = samples; in fir() local
426 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR); in fir()
432 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR); in fir()