Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
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 …]
DAudioResamplerFirProcessSSE.h45 float lerpP, in ProcessSSEIntrinsic() argument
56 interp = _mm_set1_ps(lerpP); in ProcessSSEIntrinsic()
188 float lerpP,
192 lerpP, coefsP1, coefsN1);
204 float lerpP,
208 lerpP, coefsP1, coefsN1);
DAudioResamplerSinc.cpp414 uint32_t lerpP = ( phase & c.pMask) >> c.pShift; in filterCoefficient() local
433 interpolate<CHANNELS>(l, r, coefsP++, offset, lerpP, sP); in filterCoefficient()
450 lerpPN = vld1_lane_s32((int32_t *)&lerpP, lerpPN, 0); in filterCoefficient()
519 lerpPN = vld1_lane_s32((int32_t *)&lerpP, lerpPN, 0); in filterCoefficient()