Lines Matching refs:sP
660 int16_t const* sP = samples;
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 -= CHANNELS*3;
754 "vld2.16 {d4,d5}, [%[sP]] \n" // load 4 16-bits stereo samples
782 "sub %[sP], %[sP], #16 \n" // move pointer to next set of samples
808 [sP] "+r" (sP),