Home
last modified time | relevance | path

Searched refs:pStateCur (Results 1 – 18 of 18) sorted by relevance

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_fir_decimate_fast_q15.c69 … q15_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_decimate_fast_q15() local
86 pStateCur = S->pState + (numTaps - 1U); in arm_fir_decimate_fast_q15()
99 *pStateCur++ = *pSrc++; in arm_fir_decimate_fast_q15()
194 *pStateCur++ = *pSrc++; in arm_fir_decimate_fast_q15()
278 pStateCur = S->pState; in arm_fir_decimate_fast_q15()
285 write_q15x2_ia (&pStateCur, read_q15x2_ia (&pState)); in arm_fir_decimate_fast_q15()
286 write_q15x2_ia (&pStateCur, read_q15x2_ia (&pState)); in arm_fir_decimate_fast_q15()
297 *pStateCur++ = *pState++; in arm_fir_decimate_fast_q15()
315 … q15_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_decimate_fast_q15() local
329 pStateCur = S->pState + (numTaps - 1U); in arm_fir_decimate_fast_q15()
[all …]
Darm_fir_decimate_f64.c56 … float64_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_decimate_f64() local
72 pStateCur = S->pState + (numTaps - 1U); in arm_fir_decimate_f64()
87 *pStateCur++ = *pSrc++; in arm_fir_decimate_f64()
233 *pStateCur++ = *pSrc++; in arm_fir_decimate_f64()
334 pStateCur = S->pState; in arm_fir_decimate_f64()
344 *pStateCur++ = *pState++; in arm_fir_decimate_f64()
345 *pStateCur++ = *pState++; in arm_fir_decimate_f64()
346 *pStateCur++ = *pState++; in arm_fir_decimate_f64()
347 *pStateCur++ = *pState++; in arm_fir_decimate_f64()
366 *pStateCur++ = *pState++; in arm_fir_decimate_f64()
Darm_fir_q31.c112 q31_t *pStateCur; /* Points to the current sample of the state */ \
132 pStateCur = &(pState[(numTaps - 1u)]); \
142 vstrwq_s32(pStateCur, vldrwq_s32(pTempSrc)); \
143 pStateCur += 4; \
161 *pStateCur++ = *pTempSrc++; \
170 *pStateCur++ = *pTempSrc++; \
179 *pStateCur++ = *pTempSrc++; \
215 q31_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_q31_1_4_mve() local
229 pStateCur = &(pState[(numTaps - 1u)]); in arm_fir_q31_1_4_mve()
248 vst1q(pStateCur, vld1q(pTempSrc)); in arm_fir_q31_1_4_mve()
[all …]
Darm_fir_decimate_q15.c326 … q15_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_decimate_q15() local
343 pStateCur = S->pState + (numTaps - 1U); in arm_fir_decimate_q15()
356 *pStateCur++ = *pSrc++; in arm_fir_decimate_q15()
451 *pStateCur++ = *pSrc++; in arm_fir_decimate_q15()
535 pStateCur = S->pState; in arm_fir_decimate_q15()
541 write_q15x2_ia (&pStateCur, read_q15x2_ia (&pState)); in arm_fir_decimate_q15()
542 write_q15x2_ia (&pStateCur, read_q15x2_ia (&pState)); in arm_fir_decimate_q15()
553 *pStateCur++ = *pState++; in arm_fir_decimate_q15()
571 … q15_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_decimate_q15() local
585 pStateCur = S->pState + (numTaps - 1U); in arm_fir_decimate_q15()
[all …]
Darm_iir_lattice_q31.c62 q31_t *pStateCur; /* State current pointer */ in arm_iir_lattice_q31() local
229 pStateCur = &S->pState[0]; in arm_iir_lattice_q31()
240 *pStateCur++ = *pState++; in arm_iir_lattice_q31()
241 *pStateCur++ = *pState++; in arm_iir_lattice_q31()
242 *pStateCur++ = *pState++; in arm_iir_lattice_q31()
243 *pStateCur++ = *pState++; in arm_iir_lattice_q31()
261 *pStateCur++ = *pState++; in arm_iir_lattice_q31()
335 pStateCur = &S->pState[0]; in arm_iir_lattice_q31()
343 *pStateCur++ = *pState++; in arm_iir_lattice_q31()
Darm_iir_lattice_f32.c127 float32_t *pStateCur; /* State current pointer */ in arm_iir_lattice_f32() local
311 pStateCur = &S->pState[0]; in arm_iir_lattice_f32()
322 *pStateCur++ = *pState++; in arm_iir_lattice_f32()
323 *pStateCur++ = *pState++; in arm_iir_lattice_f32()
324 *pStateCur++ = *pState++; in arm_iir_lattice_f32()
325 *pStateCur++ = *pState++; in arm_iir_lattice_f32()
343 *pStateCur++ = *pState++; in arm_iir_lattice_f32()
Darm_fir_interpolate_q31.c359 … q31_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_interpolate_q31() local
375 pStateCur = S->pState + (phaseLen - 1U); in arm_fir_interpolate_q31()
385 *pStateCur++ = *pSrc++; in arm_fir_interpolate_q31()
386 *pStateCur++ = *pSrc++; in arm_fir_interpolate_q31()
387 *pStateCur++ = *pSrc++; in arm_fir_interpolate_q31()
388 *pStateCur++ = *pSrc++; in arm_fir_interpolate_q31()
545 *pStateCur++ = *pSrc++; in arm_fir_interpolate_q31()
641 pStateCur = S->pState; in arm_fir_interpolate_q31()
651 *pStateCur++ = *pState++; in arm_fir_interpolate_q31()
652 *pStateCur++ = *pState++; in arm_fir_interpolate_q31()
[all …]
Darm_fir_decimate_fast_q31.c69 … q31_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_decimate_fast_q31() local
85 pStateCur = S->pState + (numTaps - 1U); in arm_fir_decimate_fast_q31()
100 *pStateCur++ = *pSrc++; in arm_fir_decimate_fast_q31()
246 *pStateCur++ = *pSrc++; in arm_fir_decimate_fast_q31()
347 pStateCur = S->pState; in arm_fir_decimate_fast_q31()
357 *pStateCur++ = *pState++; in arm_fir_decimate_fast_q31()
358 *pStateCur++ = *pState++; in arm_fir_decimate_fast_q31()
359 *pStateCur++ = *pState++; in arm_fir_decimate_fast_q31()
360 *pStateCur++ = *pState++; in arm_fir_decimate_fast_q31()
379 *pStateCur++ = *pState++; in arm_fir_decimate_fast_q31()
Darm_fir_q7.c75 q7_t *pStateCur; /* Points to the current sample of the state */ \
96 pStateCur = &(pState[(numTaps - 1u)]); \
106 vstrbq_s32(pStateCur, vldrbq_s32(pTempSrc)); \
107 pStateCur += 4; \
120 *pStateCur++ = *pTempSrc++; \
197 q7_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_q7() local
246 pStateCur = &(pState[(numTaps - 1u)]); in arm_fir_q7()
267 vst1q(pStateCur, vld1q(pTempSrc)); in arm_fir_q7()
268 pStateCur += 16; in arm_fir_q7()
330 vst1q(pStateCur, vld1q(pTempSrc)); in arm_fir_q7()
[all …]
Darm_fir_interpolate_q15.c362 … q15_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_interpolate_q15() local
378 pStateCur = S->pState + (phaseLen - 1U); in arm_fir_interpolate_q15()
388 *pStateCur++ = *pSrc++; in arm_fir_interpolate_q15()
389 *pStateCur++ = *pSrc++; in arm_fir_interpolate_q15()
390 *pStateCur++ = *pSrc++; in arm_fir_interpolate_q15()
391 *pStateCur++ = *pSrc++; in arm_fir_interpolate_q15()
548 *pStateCur++ = *pSrc++; in arm_fir_interpolate_q15()
644 pStateCur = S->pState; in arm_fir_interpolate_q15()
654 write_q15x2_ia (&pStateCur, read_q15x2_ia (&pState)); in arm_fir_interpolate_q15()
655 write_q15x2_ia (&pStateCur, read_q15x2_ia (&pState)); in arm_fir_interpolate_q15()
[all …]
Darm_fir_q15.c80 q15_t *pStateCur; /* Points to the current sample of the state */ \
101 pStateCur = &(pState[(numTaps - 1u)]); \
111 vstrhq_s32(pStateCur, vldrhq_s32(pTempSrc)); \
112 pStateCur += 4; \
125 *pStateCur++ = *pTempSrc++; \
206 q15_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_q15() local
239 pStateCur = &(pState[(numTaps - 1u)]); in arm_fir_q15()
258 vst1q(pStateCur, vld1q(pTempSrc)); in arm_fir_q15()
259 pStateCur += 8; in arm_fir_q15()
317 *(q15x8_t *) pStateCur = *(q15x8_t *) pTempSrc; in arm_fir_q15()
[all …]
Darm_fir_interpolate_f32.c835 … float32_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_interpolate_f32() local
851 pStateCur = S->pState + (phaseLen - 1U); in arm_fir_interpolate_f32()
861 *pStateCur++ = *pSrc++; in arm_fir_interpolate_f32()
862 *pStateCur++ = *pSrc++; in arm_fir_interpolate_f32()
863 *pStateCur++ = *pSrc++; in arm_fir_interpolate_f32()
864 *pStateCur++ = *pSrc++; in arm_fir_interpolate_f32()
1021 *pStateCur++ = *pSrc++; in arm_fir_interpolate_f32()
1118 pStateCur = S->pState; in arm_fir_interpolate_f32()
1128 *pStateCur++ = *pState++; in arm_fir_interpolate_f32()
1129 *pStateCur++ = *pState++; in arm_fir_interpolate_f32()
[all …]
Darm_iir_lattice_q15.c63 q15_t *pStateCur; /* State current pointer */ in arm_iir_lattice_q15() local
268 pStateCur = &S->pState[0]; in arm_iir_lattice_q15()
279 write_q15x2_ia (&pStateCur, read_q15x2_ia (&pState)); in arm_iir_lattice_q15()
280 write_q15x2_ia (&pStateCur, read_q15x2_ia (&pState)); in arm_iir_lattice_q15()
298 *pStateCur++ = *pState++; in arm_iir_lattice_q15()
375 pStateCur = &S->pState[0]; in arm_iir_lattice_q15()
383 *pStateCur++ = *pState++; in arm_iir_lattice_q15()
Darm_fir_decimate_q31.c313 … q31_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_decimate_q31() local
329 pStateCur = S->pState + (numTaps - 1U); in arm_fir_decimate_q31()
344 *pStateCur++ = *pSrc++; in arm_fir_decimate_q31()
490 *pStateCur++ = *pSrc++; in arm_fir_decimate_q31()
591 pStateCur = S->pState; in arm_fir_decimate_q31()
601 *pStateCur++ = *pState++; in arm_fir_decimate_q31()
602 *pStateCur++ = *pState++; in arm_fir_decimate_q31()
603 *pStateCur++ = *pState++; in arm_fir_decimate_q31()
604 *pStateCur++ = *pState++; in arm_fir_decimate_q31()
623 *pStateCur++ = *pState++; in arm_fir_decimate_q31()
Darm_fir_decimate_f32.c628 … float32_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_decimate_f32() local
644 pStateCur = S->pState + (numTaps - 1U); in arm_fir_decimate_f32()
659 *pStateCur++ = *pSrc++; in arm_fir_decimate_f32()
805 *pStateCur++ = *pSrc++; in arm_fir_decimate_f32()
906 pStateCur = S->pState; in arm_fir_decimate_f32()
916 *pStateCur++ = *pState++; in arm_fir_decimate_f32()
917 *pStateCur++ = *pState++; in arm_fir_decimate_f32()
918 *pStateCur++ = *pState++; in arm_fir_decimate_f32()
919 *pStateCur++ = *pState++; in arm_fir_decimate_f32()
938 *pStateCur++ = *pState++; in arm_fir_decimate_f32()
Darm_fir_f16.c69 float16_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_f16_1_4_mve() local
85 pStateCur = &(pState[(numTaps - 1u)]); in arm_fir_f16_1_4_mve()
102 vst1q(pStateCur, vld1q(pTempSrc)); in arm_fir_f16_1_4_mve()
103 pStateCur += 8; in arm_fir_f16_1_4_mve()
121 vst1q(pStateCur, vld1q(pTempSrc)); in arm_fir_f16_1_4_mve()
122 pStateCur += 8; in arm_fir_f16_1_4_mve()
159 float16_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_f16_5_8_mve() local
175 pStateCur = &(pState[(numTaps - 1u)]); in arm_fir_f16_5_8_mve()
192 vst1q(pStateCur, vld1q(pTempSrc)); in arm_fir_f16_5_8_mve()
193 pStateCur += 8; in arm_fir_f16_5_8_mve()
[all …]
Darm_fir_f32.c173 float32_t *pStateCur; /* Points to the current sample of the state */ in arm_fir_f32_1_4_mve() local
189 pStateCur = &(pState[(numTaps - 1u)]); in arm_fir_f32_1_4_mve()
203 vst1q(pStateCur, vld1q(pTempSrc)); in arm_fir_f32_1_4_mve()
204 pStateCur += 4; in arm_fir_f32_1_4_mve()
222 vst1q(pStateCur, vld1q(pTempSrc)); in arm_fir_f32_1_4_mve()
223 pStateCur += 4; in arm_fir_f32_1_4_mve()
/cmsis-dsp-latest/dsppp/tests/
Dfilter_test.cpp39 q15_t *pStateCur; /* Points to the current sample of the state */ \
60 pStateCur = &(pState[(numTaps - 1u)]); \
70 vstrhq_s32(pStateCur, vldrhq_s32(pTempSrc)); \
71 pStateCur += 4; \
84 *pStateCur++ = *pTempSrc++; \
165 q15_t *pStateCur; /* Points to the current sample of the state */ in debug_arm_fir_q15() local
198 pStateCur = &(pState[(numTaps - 1u)]); in debug_arm_fir_q15()
217 vst1q(pStateCur, vld1q(pTempSrc)); in debug_arm_fir_q15()
218 pStateCur += 8; in debug_arm_fir_q15()
282 *(q15x8_t *) pStateCur = *(q15x8_t *) pTempSrc; in debug_arm_fir_q15()
[all …]