Lines Matching refs:coefsPV0
457 int32x4_t coefsPV0, coefsPV1, coefsNV0, coefsNV1; in filterCoefficient() local
466 coefsPV0 = vld1q_s32(coefsP); in filterCoefficient()
480 coefsPV1 = vsubq_s32(coefsPV1, coefsPV0); in filterCoefficient()
488 coefsPV0 = vaddq_s32(coefsPV0, coefsPV1); in filterCoefficient()
491 samplePExt = vqrdmulhq_s32(samplePExt, coefsPV0); in filterCoefficient()
527 int32x4_t coefsPV0, coefsPV1, coefsNV0, coefsNV1; in filterCoefficient() local
536 coefsPV0 = vld1q_s32(coefsP); in filterCoefficient()
551 coefsPV1 = vsubq_s32(coefsPV1, coefsPV0); in filterCoefficient()
561 coefsPV0 = vaddq_s32(coefsPV0, coefsPV1); in filterCoefficient()
564 samplePExt.val[0] = vqrdmulhq_s32(samplePExt.val[0], coefsPV0); in filterCoefficient()
565 samplePExt.val[1] = vqrdmulhq_s32(samplePExt.val[1], coefsPV0); in filterCoefficient()