Searched refs:sP (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp413 const int16_t *sP = samples; local
416 interpolate<CHANNELS>(l, r, coefs+indexP, lerpP, sP);
418 sP -= CHANNELS; sN += CHANNELS; coefs += 1 << c->coefsBits;
419 interpolate<CHANNELS>(l, r, coefs+indexP, lerpP, sP);
421 sP -= CHANNELS; sN += CHANNELS; coefs += 1 << c->coefsBits;
422 interpolate<CHANNELS>(l, r, coefs+indexP, lerpP, sP);
424 sP -= CHANNELS; sN += CHANNELS; coefs += 1 << c->coefsBits;
425 interpolate<CHANNELS>(l, r, coefs+indexP, lerpP, sP);
427 sP -= CHANNELS; sN += CHANNELS; coefs += 1 << c->coefsBits;

Completed in 173 milliseconds