Lines Matching refs:sN
185 const TI* sN, in ProcessBase() argument
209 tmp_data = sN; // tmp_ptr seems faster than directly using sN in ProcessBase()
213 sN += CHANNELS; in ProcessBase()
225 mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN); in ProcessBase()
227 sN += CHANNELS; in ProcessBase()
237 mac(l, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN); in ProcessBase()
239 sN += CHANNELS; in ProcessBase()
256 const TI* sN, in ProcessL() argument
259 ProcessBase<CHANNELS, STRIDE, InterpNull>(out, count, coefsP, coefsN, sP, sN, 0, volumeLR); in ProcessL()
304 const TI* sN, in Process() argument
308 ProcessBase<CHANNELS, STRIDE, InterpCompute>(out, count, coefsP, coefsN, sP, sN, lerpP, in Process()
394 const TI* sN = samples + CHANNELS; in fir() local
398 halfNumCoefs, coefsP, coefsN, sP, sN, volumeLR); in fir()
409 const TI* sN = samples + CHANNELS; 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()