Searched defs:coefsNV0 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp456 int32x4_t coefsPV0, coefsPV1, coefsNV0, coefsNV1; local
466 coefsNV0 = vld1q_s32(coefsN);
480 coefsNV1 = vsubq_s32(coefsNV1, coefsNV0);
488 coefsNV0 = vaddq_s32(coefsNV0, coefsNV1);
491 sampleNExt = vqrdmulhq_s32(sampleNExt, coefsNV0);
526 int32x4_t coefsPV0, coefsPV1, coefsNV0, coefsNV1; local
536 coefsNV0 = vld1q_s32(coefsN);
551 coefsNV1 = vsubq_s32(coefsNV1, coefsNV0);
561 coefsNV0
[all...]

Completed in 2190 milliseconds