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

/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerSinc.cpp456 int32x4_t coefsPV0, coefsPV1, coefsNV0, coefsNV1; local
467 coefsPV1 = vld1q_s32(coefsP1);
479 coefsPV1 = vsubq_s32(coefsPV1, coefsPV0);
483 coefsPV1 = vqrdmulhq_lane_s32(coefsPV1, lerpPN, 0);
487 coefsPV0 = vaddq_s32(coefsPV0, coefsPV1);
526 int32x4_t coefsPV0, coefsPV1, coefsNV0, coefsNV1; local
537 coefsPV1 = vld1q_s32(coefsP1);
550 coefsPV1
[all...]

Completed in 274 milliseconds