Searched refs:coefsPV0 (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | AudioResamplerSinc.cpp | 456 int32x4_t coefsPV0, coefsPV1, coefsNV0, coefsNV1; in filterCoefficient() local 465 coefsPV0 = vld1q_s32(coefsP); in filterCoefficient() 479 coefsPV1 = vsubq_s32(coefsPV1, coefsPV0); in filterCoefficient() 487 coefsPV0 = vaddq_s32(coefsPV0, coefsPV1); in filterCoefficient() 490 samplePExt = vqrdmulhq_s32(samplePExt, coefsPV0); in filterCoefficient() 526 int32x4_t coefsPV0, coefsPV1, coefsNV0, coefsNV1; in filterCoefficient() local 535 coefsPV0 = vld1q_s32(coefsP); in filterCoefficient() 550 coefsPV1 = vsubq_s32(coefsPV1, coefsPV0); in filterCoefficient() 560 coefsPV0 = vaddq_s32(coefsPV0, coefsPV1); in filterCoefficient() 563 samplePExt.val[0] = vqrdmulhq_s32(samplePExt.val[0], coefsPV0); in filterCoefficient() [all …]
|