Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioResamplerSinc.cpp456 int32x4_t coefsPV0, coefsPV1, coefsNV0, coefsNV1; in filterCoefficient() local
466 coefsNV0 = vld1q_s32(coefsN); in filterCoefficient()
480 coefsNV1 = vsubq_s32(coefsNV1, coefsNV0); in filterCoefficient()
488 coefsNV0 = vaddq_s32(coefsNV0, coefsNV1); in filterCoefficient()
491 sampleNExt = vqrdmulhq_s32(sampleNExt, coefsNV0); in filterCoefficient()
526 int32x4_t coefsPV0, coefsPV1, coefsNV0, coefsNV1; in filterCoefficient() local
536 coefsNV0 = vld1q_s32(coefsN); in filterCoefficient()
551 coefsNV1 = vsubq_s32(coefsNV1, coefsNV0); in filterCoefficient()
561 coefsNV0 = vaddq_s32(coefsNV0, coefsNV1); in filterCoefficient()
565 sampleNExt.val[0] = vqrdmulhq_s32(sampleNExt.val[0], coefsNV0); in filterCoefficient()
[all …]