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

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp699 int32x4_t coefsPV0, coefsPV1, coefsNV0, coefsNV1; local
708 coefsPV0 = vld1q_s32(coefsP);
722 coefsPV1 = vsubq_s32(coefsPV1, coefsPV0);
730 coefsPV0 = vaddq_s32(coefsPV0, coefsPV1);
733 samplePExt = vqrdmulhq_s32(samplePExt, coefsPV0);
769 int32x4_t coefsPV0, coefsPV1, coefsNV0, coefsNV1; local
778 coefsPV0 = vld1q_s32(coefsP);
793 coefsPV1 = vsubq_s32(coefsPV1, coefsPV0);
803 coefsPV0
[all...]

Completed in 50 milliseconds