Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:sP

666     int16_t const* sP = samples;
675 interpolate<CHANNELS>(l, r, coefsP++, offset, lerpP, sP);
676 sP -= CHANNELS;
687 sP -= CHANNELS*3;
706 sampleP = vld1_s16(sP);
712 sP -= 4;
755 sP -= CHANNELS*3;
776 sampleP = vld2_s16(sP);
782 sP -= 8;