Home
last modified time | relevance | path

Searched refs:sN (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioResamplerFirProcessNeon.h58 const int16_t* sN,
96 [sN] "+r" (sN)
110 const int16_t* sN,
153 [sN] "+r" (sN)
170 const int16_t* sN,
223 [sN] "+r" (sN)
240 const int16_t* sN,
298 [sN] "+r" (sN)
314 const int16_t* sN,
360 [sN] "+r" (sN)
[all …]
DAudioResamplerFirProcess.h184 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
[all …]
DAudioResamplerSinc.cpp667 int16_t const* sN = samples + CHANNELS; in filterCoefficient() local
677 interpolate<CHANNELS>(l, r, coefsN++, offset, lerpN, sN); in filterCoefficient()
678 sN += CHANNELS; in filterCoefficient()
707 sampleN = vld1_s16(sN); in filterCoefficient()
713 sN += 4; in filterCoefficient()
777 sampleN = vld2_s16(sN); in filterCoefficient()
783 sN += 8; in filterCoefficient()