Home
last modified time | relevance | path

Searched refs:pStateCurnt (Results 1 – 20 of 20) sorted by relevance

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_lms_f32.c175 float32_t *pStateCurnt; /* Points to the current sample of the state */ in arm_lms_f32() local
191 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_lms_f32()
198 *pStateCurnt++ = *pSrc++; in arm_lms_f32()
305 pStateCurnt = S->pState; in arm_lms_f32()
314 vst1q_f32(pStateCurnt,tempV); in arm_lms_f32()
316 pStateCurnt += 4; in arm_lms_f32()
328 *pStateCurnt++ = *pState++; in arm_lms_f32()
347 … float32_t *pStateCurnt; /* Points to the current sample of the state */ in arm_lms_f32() local
361 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_lms_f32()
369 *pStateCurnt++ = *pSrc++; in arm_lms_f32()
[all …]
Darm_fir_fast_q31.c68 … q31_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_fast_q31() local
82 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_fir_fast_q31()
99 *pStateCurnt++ = *pSrc++; in arm_fir_fast_q31()
100 *pStateCurnt++ = *pSrc++; in arm_fir_fast_q31()
101 *pStateCurnt++ = *pSrc++; in arm_fir_fast_q31()
102 *pStateCurnt++ = *pSrc++; in arm_fir_fast_q31()
244 *pStateCurnt++ = *pSrc++; in arm_fir_fast_q31()
280 pStateCurnt = S->pState; in arm_fir_fast_q31()
290 *pStateCurnt++ = *pState++; in arm_fir_fast_q31()
291 *pStateCurnt++ = *pState++; in arm_fir_fast_q31()
[all …]
Darm_lms_norm_f32.c169 float32_t *pStateCurnt; /* Points to the current sample of the state */ in arm_lms_norm_f32() local
191 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_lms_norm_f32()
199 *pStateCurnt++ = *pSrc; in arm_lms_norm_f32()
317 pStateCurnt = S->pState; in arm_lms_norm_f32()
326 vst1q_f32(pStateCurnt,tempV); in arm_lms_norm_f32()
328 pStateCurnt += 4; in arm_lms_norm_f32()
340 *pStateCurnt++ = *pState++; in arm_lms_norm_f32()
358 … float32_t *pStateCurnt; /* Points to the current sample of the state */ in arm_lms_norm_f32() local
377 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_lms_norm_f32()
385 *pStateCurnt++ = *pSrc; in arm_lms_norm_f32()
[all …]
Darm_fir_fast_q15.c67 … q15_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_fast_q15() local
81 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_fir_fast_q15()
98 *pStateCurnt++ = *pSrc++; in arm_fir_fast_q15()
99 *pStateCurnt++ = *pSrc++; in arm_fir_fast_q15()
100 *pStateCurnt++ = *pSrc++; in arm_fir_fast_q15()
101 *pStateCurnt++ = *pSrc++; in arm_fir_fast_q15()
253 *pStateCurnt++ = *pSrc++; in arm_fir_fast_q15()
289 pStateCurnt = S->pState; in arm_fir_fast_q15()
299 *pStateCurnt++ = *pState++; in arm_fir_fast_q15()
300 *pStateCurnt++ = *pState++; in arm_fir_fast_q15()
[all …]
Darm_fir_f64.c56 float64_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_f64() local
68 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_fir_f64()
76 *pStateCurnt++ = *pSrc++; in arm_fir_f64()
127 pStateCurnt = S->pState; in arm_fir_f64()
135 *pStateCurnt++ = *pState++; in arm_fir_f64()
152 float64_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_f64() local
161 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_fir_f64()
169 *pStateCurnt++ = *pSrc++; in arm_fir_f64()
206 pStateCurnt = S->pState; in arm_fir_f64()
214 *pStateCurnt++ = *pState++; in arm_fir_f64()
Darm_lms_q31.c75 … q31_t *pStateCurnt; /* Points to the current sample of the state */ in arm_lms_q31() local
90 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_lms_q31()
98 *pStateCurnt++ = *pSrc++; in arm_lms_q31()
241 pStateCurnt = S->pState; in arm_lms_q31()
251 *pStateCurnt++ = *pState++; in arm_lms_q31()
252 *pStateCurnt++ = *pState++; in arm_lms_q31()
253 *pStateCurnt++ = *pState++; in arm_lms_q31()
254 *pStateCurnt++ = *pState++; in arm_lms_q31()
272 *pStateCurnt++ = *pState++; in arm_lms_q31()
Darm_lms_norm_q31.c74 … q31_t *pStateCurnt; /* Points to the current sample of the state */ in arm_lms_norm_q31() local
96 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_lms_norm_q31()
104 *pStateCurnt++ = *pSrc; in arm_lms_norm_q31()
270 pStateCurnt = S->pState; in arm_lms_norm_q31()
280 *pStateCurnt++ = *pState++; in arm_lms_norm_q31()
281 *pStateCurnt++ = *pState++; in arm_lms_norm_q31()
282 *pStateCurnt++ = *pState++; in arm_lms_norm_q31()
283 *pStateCurnt++ = *pState++; in arm_lms_norm_q31()
301 *pStateCurnt++ = *pState++; in arm_lms_norm_q31()
Darm_fir_interpolate_f32.c143 float32_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_interpolate2_f32_mve() local
157 pStateCurnt = S->pState + (phaseLen - 1U); in arm_fir_interpolate2_f32_mve()
170 *pStateCurnt++ = *pSrc++; in arm_fir_interpolate2_f32_mve()
241 pStateCurnt = S->pState; in arm_fir_interpolate2_f32_mve()
245 vst1q(pStateCurnt, vldrwq_f32(pState)); in arm_fir_interpolate2_f32_mve()
247 pStateCurnt += 4; in arm_fir_interpolate2_f32_mve()
254 vstrwq_p_f32(pStateCurnt, vldrwq_f32(pState), p0); in arm_fir_interpolate2_f32_mve()
266 float32_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_interpolate_f32() local
289 pStateCurnt = S->pState + (phaseLen - 1U); in arm_fir_interpolate_f32()
302 *pStateCurnt++ = *pSrc++; in arm_fir_interpolate_f32()
[all …]
Darm_lms_q15.c71 … q15_t *pStateCurnt; /* Points to the current sample of the state */ in arm_lms_q15() local
86 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_lms_q15()
94 *pStateCurnt++ = *pSrc++; in arm_lms_q15()
222 pStateCurnt = S->pState; in arm_lms_q15()
232 write_q15x2_ia (&pStateCurnt, read_q15x2_ia (&pState)); in arm_lms_q15()
233 write_q15x2_ia (&pStateCurnt, read_q15x2_ia (&pState)); in arm_lms_q15()
251 *pStateCurnt++ = *pState++; in arm_lms_q15()
Darm_fir_decimate_f32.c138 float32_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_decimate_f32() local
152 pStateCurnt = S->pState + (numTaps - 1U); in arm_fir_decimate_f32()
167 vst1q(pStateCurnt, vld1q((const float32_t *)pSrc)); in arm_fir_decimate_f32()
169 pStateCurnt += 4; in arm_fir_decimate_f32()
292 *pStateCurnt++ = *pSrc++; in arm_fir_decimate_f32()
358 pStateCurnt = S->pState; in arm_fir_decimate_f32()
362 vst1q(pStateCurnt, vldrwq_f32(pState)); in arm_fir_decimate_f32()
364 pStateCurnt += 4; in arm_fir_decimate_f32()
371 vstrwq_p_f32(pStateCurnt, vldrwq_f32(pState), p0); in arm_fir_decimate_f32()
384 float32_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_decimate_f32() local
[all …]
Darm_lms_norm_q15.c74 … q15_t *pStateCurnt; /* Points to the current sample of the state */ in arm_lms_norm_q15() local
96 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_lms_norm_q15()
104 *pStateCurnt++ = *pSrc; in arm_lms_norm_q15()
258 pStateCurnt = S->pState; in arm_lms_norm_q15()
268 write_q15x2_ia (&pStateCurnt, read_q15x2_ia (&pState)); in arm_lms_norm_q15()
269 write_q15x2_ia (&pStateCurnt, read_q15x2_ia (&pState)); in arm_lms_norm_q15()
287 *pStateCurnt++ = *pState++; in arm_lms_norm_q15()
Darm_fir_q7.c454 … q7_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_q7() local
468 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_fir_q7()
485 *pStateCurnt++ = *pSrc++; in arm_fir_q7()
486 *pStateCurnt++ = *pSrc++; in arm_fir_q7()
487 *pStateCurnt++ = *pSrc++; in arm_fir_q7()
488 *pStateCurnt++ = *pSrc++; in arm_fir_q7()
634 *pStateCurnt++ = *pSrc++; in arm_fir_q7()
670 pStateCurnt = S->pState; in arm_fir_q7()
680 *pStateCurnt++ = *pState++; in arm_fir_q7()
681 *pStateCurnt++ = *pState++; in arm_fir_q7()
[all …]
Darm_fir_f32.c700 float32_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_f32() local
711 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_fir_f32()
720 vst1q_f32(pStateCurnt,samples0); in arm_fir_f32()
722 pStateCurnt += 4; in arm_fir_f32()
726 vst1q_f32(pStateCurnt,samples1); in arm_fir_f32()
728 pStateCurnt += 4; in arm_fir_f32()
859 *pStateCurnt++ = *pSrc++; in arm_fir_f32()
895 pStateCurnt = S->pState; in arm_fir_f32()
903 *pStateCurnt++ = *pState++; in arm_fir_f32()
919 … float32_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_f32() local
[all …]
Darm_fir_q15.c466 … q15_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_q15() local
480 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_fir_q15()
497 *pStateCurnt++ = *pSrc++; in arm_fir_q15()
498 *pStateCurnt++ = *pSrc++; in arm_fir_q15()
499 *pStateCurnt++ = *pSrc++; in arm_fir_q15()
500 *pStateCurnt++ = *pSrc++; in arm_fir_q15()
652 *pStateCurnt++ = *pSrc++; in arm_fir_q15()
688 pStateCurnt = S->pState; in arm_fir_q15()
698 *pStateCurnt++ = *pState++; in arm_fir_q15()
699 *pStateCurnt++ = *pState++; in arm_fir_q15()
[all …]
Darm_fir_f16.c572 … float16_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_f16() local
587 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_fir_f16()
605 *pStateCurnt++ = *pSrc++; in arm_fir_f16()
606 *pStateCurnt++ = *pSrc++; in arm_fir_f16()
607 *pStateCurnt++ = *pSrc++; in arm_fir_f16()
608 *pStateCurnt++ = *pSrc++; in arm_fir_f16()
629 *pStateCurnt++ = *pSrc++; in arm_fir_f16()
630 *pStateCurnt++ = *pSrc++; in arm_fir_f16()
631 *pStateCurnt++ = *pSrc++; in arm_fir_f16()
632 *pStateCurnt++ = *pSrc++; in arm_fir_f16()
[all …]
Darm_fir_decimate_q31.c70 q31_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_decimate_q31() local
84 pStateCurnt = S->pState + (numTaps - 1U); in arm_fir_decimate_q31()
99 vst1q(pStateCurnt, vldrwq_s32(pSrc)); in arm_fir_decimate_q31()
101 pStateCurnt += 4; in arm_fir_decimate_q31()
223 *pStateCurnt++ = *pSrc++; in arm_fir_decimate_q31()
288 pStateCurnt = S->pState; in arm_fir_decimate_q31()
292 vst1q(pStateCurnt, vldrwq_s32(pState)); in arm_fir_decimate_q31()
294 pStateCurnt += 4; in arm_fir_decimate_q31()
301 vstrwq_p_s32(pStateCurnt, vldrwq_s32(pState), p0); in arm_fir_decimate_q31()
Darm_fir_decimate_q15.c71 q15_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_decimate_q15() local
85 pStateCurnt = S->pState + (numTaps - 1U); in arm_fir_decimate_q15()
99 q15_t *pStateCurntTmp = pStateCurnt; in arm_fir_decimate_q15()
120 pStateCurnt += (4 * S->M); in arm_fir_decimate_q15()
237 *pStateCurnt++ = *pSrc++; in arm_fir_decimate_q15()
299 pStateCurnt = S->pState; in arm_fir_decimate_q15()
303 vstrhq_s16(pStateCurnt, vldrhq_s16(pState)); in arm_fir_decimate_q15()
305 pStateCurnt += 8; in arm_fir_decimate_q15()
312 vstrhq_p_s16(pStateCurnt, vldrhq_s16(pState), p0); in arm_fir_decimate_q15()
Darm_fir_q31.c939 … q31_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_q31() local
954 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_fir_q31()
972 *pStateCurnt++ = *pSrc++; in arm_fir_q31()
973 *pStateCurnt++ = *pSrc++; in arm_fir_q31()
974 *pStateCurnt++ = *pSrc++; in arm_fir_q31()
1081 *pStateCurnt++ = *pSrc++; in arm_fir_q31()
1118 pStateCurnt = S->pState; in arm_fir_q31()
1128 *pStateCurnt++ = *pState++; in arm_fir_q31()
1129 *pStateCurnt++ = *pState++; in arm_fir_q31()
1130 *pStateCurnt++ = *pState++; in arm_fir_q31()
[all …]
Darm_fir_interpolate_q15.c67 q15_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_interpolate_q15() local
86 pStateCurnt = S->pState + ((q15_t) phaseLen - 1); in arm_fir_interpolate_q15()
99 *pStateCurnt++ = *pSrc++; in arm_fir_interpolate_q15()
334 pStateCurnt = S->pState; in arm_fir_interpolate_q15()
338 vstrhq_s16(pStateCurnt, vldrhq_s16(pState)); in arm_fir_interpolate_q15()
340 pStateCurnt += 8; in arm_fir_interpolate_q15()
347 vstrhq_p_s16(pStateCurnt, vldrhq_s16(pState), p0); in arm_fir_interpolate_q15()
Darm_fir_interpolate_q31.c67 q31_t *pStateCurnt; /* Points to the current sample of the state */ in arm_fir_interpolate_q31() local
83 pStateCurnt = S->pState + ((q31_t) phaseLen - 1); in arm_fir_interpolate_q31()
96 *pStateCurnt++ = *pSrc++; in arm_fir_interpolate_q31()
331 pStateCurnt = S->pState; in arm_fir_interpolate_q31()
335 vst1q(pStateCurnt, vldrwq_s32(pState)); in arm_fir_interpolate_q31()
337 pStateCurnt += 4; in arm_fir_interpolate_q31()
344 vstrwq_p_s32(pStateCurnt, vldrwq_s32(pState), p0); in arm_fir_interpolate_q31()