Home
last modified time | relevance | path

Searched refs:pSmp (Results 1 – 4 of 4) sorted by relevance

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_fir_q31.c65 const q31_t *pSmp = &pSamples[j]; \
71 vecIn0 = vld1q(pSmp + 4 * i); \
80 const q31_t *pSmp = &pSamples[j]; \
85 vecIn0 = vld1q(pSmp + 4 * i); \
94 const q31_t *pSmp = &pSamples[j]; \
100 vecIn0 = vld1q(pSmp + 4 * i); \
498 const q31_t *pSmp; in arm_fir_q31_29_32_mve() local
501 pSmp = &pSamples[0]; in arm_fir_q31_29_32_mve()
503 vecIn0 = vld1q(pSmp); in arm_fir_q31_29_32_mve()
505 vecIn0 = vld1q(pSmp + 4 * 1); in arm_fir_q31_29_32_mve()
[all …]
Darm_fir_q7.c60 const q7_t *pSmp = &pSample[j]; \
65 vecIn0 = vld1q(pSmp + 16 * i); \
Darm_fir_q15.c65 const q15_t *pSmp = &pSample[j]; \
70 vecIn0 = vld1q(pSmp + 8 * i); \
/cmsis-dsp-latest/dsppp/tests/
Dfilter_test.cpp24 const q15_t *pSmp = &pSample[j]; \
29 vecIn0 = vld1q(pSmp + 8 * i); \