HomeSort by relevance Sort by last modified time
    Searched full:lerpp (Results 1 - 1 of 1) sorted by null

  /frameworks/base/libs/audioflinger/
AudioResamplerSinc.cpp 310 uint16_t lerpP = (phase & pMask) >> pShift;
313 if ((indexP == 0) && (lerpP == 0)) {
324 interpolate<CHANNELS>(l, r, coefs+indexP, lerpP, sP);
327 interpolate<CHANNELS>(l, r, coefs+indexP, lerpP, sP);
330 interpolate<CHANNELS>(l, r, coefs+indexP, lerpP, sP);
333 interpolate<CHANNELS>(l, r, coefs+indexP, lerpP, sP);

Completed in 26 milliseconds