Searched refs:sP (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp660 int16_t const* sP = samples; local
669 interpolate<CHANNELS>(l, r, coefsP++, offset, lerpP, sP);
670 sP -= CHANNELS;
679 sP -= CHANNELS*3;
687 "vld1.16 { d4}, [%[sP]] \n" // load 4 16-bits stereo samples
710 "sub %[sP], %[sP], #8 \n" // move pointer to next set of samples
732 [sP] "+r" (sP),
745 sP
[all...]

Completed in 97 milliseconds