Searched refs:coefsPV1 (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 468 coefsPV1 = vld1q_s32(coefsP1); in filterCoefficient() 480 coefsPV1 = vsubq_s32(coefsPV1, coefsPV0); in filterCoefficient() 484 coefsPV1 = vqrdmulhq_lane_s32(coefsPV1, lerpPN, 0); in filterCoefficient() 488 coefsPV0 = vaddq_s32(coefsPV0, coefsPV1); in filterCoefficient() 527 int32x4_t coefsPV0, coefsPV1, coefsNV0, coefsNV1; in filterCoefficient() local 538 coefsPV1 = vld1q_s32(coefsP1); in filterCoefficient() 551 coefsPV1 = vsubq_s32(coefsPV1, coefsPV0); in filterCoefficient() 556 coefsPV1 = vqrdmulhq_lane_s32(coefsPV1, lerpPN, 0); in filterCoefficient() 561 coefsPV0 = vaddq_s32(coefsPV0, coefsPV1); in filterCoefficient()
|