Lines Matching refs:sN
184 const TI* sN, in ProcessBase() argument
208 tmp_data = sN; // tmp_ptr seems faster than directly using sN in ProcessBase()
212 sN += CHANNELS; in ProcessBase()
224 mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN); in ProcessBase()
226 sN += CHANNELS; in ProcessBase()
236 mac(l, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN); in ProcessBase()
238 sN += CHANNELS; in ProcessBase()
252 const TI* sN, in ProcessL() argument
255 ProcessBase<CHANNELS, STRIDE, InterpNull>(out, count, coefsP, coefsN, sP, sN, 0, volumeLR); in ProcessL()
267 const TI* sN, in Process() argument
271 … ProcessBase<CHANNELS, STRIDE, InterpCompute>(out, count, coefsP, coefsN, sP, sN, lerpP, volumeLR); in Process()
356 const TI* sN = samples + CHANNELS; in fir() local
360 halfNumCoefs, coefsP, coefsN, sP, sN, volumeLR); in fir()
371 const TI* sN = samples + CHANNELS; in fir() local
388 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR); in fir()
394 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR); in fir()