Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioResamplerFirProcess.h186 TINTERP lerpP, in ProcessBase() argument
198 TC c = TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP); in ProcessBase()
206 c = TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP); in ProcessBase()
222 mac(l, r, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP); in ProcessBase()
225 mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN); in ProcessBase()
234 mac(l, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP); in ProcessBase()
237 mac(l, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN); in ProcessBase()
305 TINTERP lerpP, in Process() argument
308 ProcessBase<CHANNELS, STRIDE, InterpCompute>(out, count, coefsP, coefsN, sP, sN, lerpP, in Process()
423 TC lerpP = TC(phase << (sizeof(phase)*8 - coefShift)) * scale; in fir() local
[all …]
DAudioResamplerFirProcessNeon.h81 uint32_t lerpP, in ProcessNeonIntrinsic() argument
94 interp = vdup_n_s16(lerpP); in ProcessNeonIntrinsic()
189 uint32_t lerpP, in ProcessNeonIntrinsic() argument
202 interp = vdup_n_s32(lerpP); in ProcessNeonIntrinsic()
364 float lerpP, in ProcessNeonIntrinsic() argument
377 interp = vdup_n_f32(lerpP); in ProcessNeonIntrinsic()
654 uint32_t lerpP,
659 lerpP, coefsP1, coefsN1);
712 : [lerpP] "r" (lerpP),
730 uint32_t lerpP,
[all …]
DAudioResamplerSinc.cpp413 uint32_t lerpP = ( phase & c.pMask) >> c.pShift; in filterCoefficient() local
432 interpolate<CHANNELS>(l, r, coefsP++, offset, lerpP, sP); in filterCoefficient()
449 lerpPN = vld1_lane_s32((int32_t *)&lerpP, lerpPN, 0); in filterCoefficient()
518 lerpPN = vld1_lane_s32((int32_t *)&lerpP, lerpPN, 0); in filterCoefficient()