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

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp690 int32x2_t lerpPN; local
691 lerpPN = vdup_n_s32(0);
692 lerpPN = vld1_lane_s32((int32_t *)&lerpP, lerpPN, 0);
693 lerpPN = vld1_lane_s32((int32_t *)&lerpN, lerpPN, 1);
694 lerpPN = vshl_n_s32(lerpPN, 16);
726 coefsPV1 = vqrdmulhq_lane_s32(coefsPV1, lerpPN, 0);
727 coefsNV1 = vqrdmulhq_lane_s32(coefsNV1, lerpPN,
758 int32x2_t lerpPN; local
[all...]

Completed in 122 milliseconds