Searched refs:coefsNV0 (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | AudioResamplerSinc.cpp | 457 int32x4_t coefsPV0, coefsPV1, coefsNV0, coefsNV1; in filterCoefficient() local 467 coefsNV0 = vld1q_s32(coefsN); in filterCoefficient() 481 coefsNV1 = vsubq_s32(coefsNV1, coefsNV0); in filterCoefficient() 489 coefsNV0 = vaddq_s32(coefsNV0, coefsNV1); in filterCoefficient() 492 sampleNExt = vqrdmulhq_s32(sampleNExt, coefsNV0); in filterCoefficient() 527 int32x4_t coefsPV0, coefsPV1, coefsNV0, coefsNV1; in filterCoefficient() local 537 coefsNV0 = vld1q_s32(coefsN); in filterCoefficient() 552 coefsNV1 = vsubq_s32(coefsNV1, coefsNV0); in filterCoefficient() 562 coefsNV0 = vaddq_s32(coefsNV0, coefsNV1); in filterCoefficient() 566 sampleNExt.val[0] = vqrdmulhq_s32(sampleNExt.val[0], coefsNV0); in filterCoefficient() [all …]
|