Searched refs:lerpP (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioResamplerFirProcessNeon.h171 uint32_t lerpP,
178 "vmov.32 d2[0], %[lerpP] \n"// load the positive phase S32 Q15
224 : [lerpP] "r" (lerpP),
241 uint32_t lerpP,
248 "vmov.32 d2[0], %[lerpP] \n"// load the positive phase
299 : [lerpP] "r" (lerpP),
458 uint32_t lerpP,
465 "vmov.32 d2[0], %[lerpP] \
163 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
233 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
450 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
535 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
742 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
810 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
997 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
1069 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
[all...]
H A DAudioResamplerFirProcess.h185 TINTERP lerpP,
197 TC c = TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP);
205 c = TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP);
221 mac(l, r, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP);
224 mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN);
233 mac(l, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP);
236 mac(l, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN);
268 TINTERP lerpP,
271 ProcessBase<CHANNELS, STRIDE, InterpCompute>(out, count, coefsP, coefsN, sP, sN, lerpP, volumeLR);
323 * lerpP
179 ProcessBase(TO* const out, size_t count, const TC* coefsP, const TC* coefsN, const TI* sP, const TI* sN, TINTERP lerpP, const TO* const volumeLR) argument
260 Process(TO* const out, int count, const TC* coefsP, const TC* coefsN, const TC* coefsP1 __unused, const TC* coefsN1 __unused, const TI* sP, const TI* sN, TINTERP lerpP, const TO* const volumeLR) argument
385 TC lerpP = TC(phase << (sizeof(phase)*8 - coefShift)) * scale; local
390 uint32_t lerpP = phase << (sizeof(phase)*8 - coefShift) local
[all...]
H A DAudioResamplerSinc.cpp656 uint32_t lerpP = ( phase & c.pMask) >> c.pShift; local
675 interpolate<CHANNELS>(l, r, coefsP++, offset, lerpP, sP);
692 lerpPN = vld1_lane_s32((int32_t *)&lerpP, lerpPN, 0);
761 lerpPN = vld1_lane_s32((int32_t *)&lerpP, lerpPN, 0);

Completed in 46 milliseconds