HomeSort by relevance Sort by last modified time
    Searched defs:lerpP (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirProcess.h 186 TINTERP lerpP,
198 TC c = TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP);
206 c = TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP);
222 mac(l, r, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP);
225 mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN);
234 mac(l, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP);
237 mac(l, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN);
287 * @param lerpP The fractional siting between the polyphase indices is given by the bits
305 TINTERP lerpP,
308 ProcessBase<CHANNELS, STRIDE, InterpCompute>(out, count, coefsP, coefsN, sP, sN, lerpP,
    [all...]
AudioResamplerSinc.cpp 413 uint32_t lerpP = ( phase & c.pMask) >> c.pShift;
432 interpolate<CHANNELS>(l, r, coefsP++, offset, lerpP, sP);
449 lerpPN = vld1_lane_s32((int32_t *)&lerpP, lerpPN, 0);
518 lerpPN = vld1_lane_s32((int32_t *)&lerpP, lerpPN, 0);

Completed in 560 milliseconds