Home
last modified time | relevance | path

Searched refs:pCoeffs (Results 1 – 25 of 78) sorted by relevance

1234

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/
Darm_biquad_cascade_df1_f16.c63 const float16_t *pCoeffs = S->pCoeffs; /* coefficient pointer */ in arm_biquad_cascade_df1_f16() local
98 coeffs = vld1q(pCoeffs); in arm_biquad_cascade_df1_f16()
101 coeffs = vld1q(&pCoeffs[8]); in arm_biquad_cascade_df1_f16()
104 coeffs = vld1q(&pCoeffs[16]); in arm_biquad_cascade_df1_f16()
107 coeffs = vld1q(&pCoeffs[24]); in arm_biquad_cascade_df1_f16()
110 coeffs = vld1q(&pCoeffs[32]); in arm_biquad_cascade_df1_f16()
113 coeffs = vld1q(&pCoeffs[40]); in arm_biquad_cascade_df1_f16()
116 coeffs = vld1q(&pCoeffs[48]); in arm_biquad_cascade_df1_f16()
119 coeffs = vld1q(&pCoeffs[56]); in arm_biquad_cascade_df1_f16()
122 coeffs = vld1q(&pCoeffs[64]); in arm_biquad_cascade_df1_f16()
[all …]
Darm_biquad_cascade_df1_f32.c176 const float32_t *pCoeffs = S->pCoeffs; /* coefficient pointer */ in arm_biquad_cascade_df1_f32() local
207 coeffs = vld1q(pCoeffs); in arm_biquad_cascade_df1_f32()
210 coeffs = vld1q(&pCoeffs[4]); in arm_biquad_cascade_df1_f32()
213 coeffs = vld1q(&pCoeffs[8]); in arm_biquad_cascade_df1_f32()
216 coeffs = vld1q(&pCoeffs[12]); in arm_biquad_cascade_df1_f32()
219 coeffs = vld1q(&pCoeffs[16]); in arm_biquad_cascade_df1_f32()
222 coeffs = vld1q(&pCoeffs[20]); in arm_biquad_cascade_df1_f32()
225 coeffs = vld1q(&pCoeffs[24]); in arm_biquad_cascade_df1_f32()
228 coeffs = vld1q(&pCoeffs[28]); in arm_biquad_cascade_df1_f32()
265 coeffs = vld1q(pCoeffs); in arm_biquad_cascade_df1_f32()
[all …]
Darm_biquad_cascade_df2T_f32.c64 (float32_t const *) S->pCoeffs; in arm_biquad_cascade_df2T_f32()
194 const float32_t *pCoeffs = S->pCoeffs; /* coefficient pointer */ in arm_biquad_cascade_df2T_f32() local
213 t1 = vld1q_f32(pCoeffs); in arm_biquad_cascade_df2T_f32()
214 pCoeffs += 4; in arm_biquad_cascade_df2T_f32()
216 t2 = vld1q_f32(pCoeffs); in arm_biquad_cascade_df2T_f32()
217 pCoeffs += 4; in arm_biquad_cascade_df2T_f32()
219 t3 = vld1q_f32(pCoeffs); in arm_biquad_cascade_df2T_f32()
220 pCoeffs += 4; in arm_biquad_cascade_df2T_f32()
222 t4 = vld1q_f32(pCoeffs); in arm_biquad_cascade_df2T_f32()
223 pCoeffs += 4; in arm_biquad_cascade_df2T_f32()
[all …]
Darm_biquad_cascade_df2T_init_f32.c104 float32_t * pCoeffs) in arm_biquad_cascade_df2T_compute_coefs_f32() argument
110 pDstCoeffs = (float32_t*)S->pCoeffs; in arm_biquad_cascade_df2T_compute_coefs_f32()
117 b0[i] = pCoeffs[0]; in arm_biquad_cascade_df2T_compute_coefs_f32()
118 b1[i] = pCoeffs[1]; in arm_biquad_cascade_df2T_compute_coefs_f32()
119 b2[i] = pCoeffs[2]; in arm_biquad_cascade_df2T_compute_coefs_f32()
120 a1[i] = pCoeffs[3]; in arm_biquad_cascade_df2T_compute_coefs_f32()
121 a2[i] = pCoeffs[4]; in arm_biquad_cascade_df2T_compute_coefs_f32()
122 pCoeffs += 5; in arm_biquad_cascade_df2T_compute_coefs_f32()
179 *pDstCoeffs++ = *pCoeffs++; in arm_biquad_cascade_df2T_compute_coefs_f32()
180 *pDstCoeffs++ = *pCoeffs++; in arm_biquad_cascade_df2T_compute_coefs_f32()
[all …]
Darm_fir_f32.c170 const float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_f32_1_4_mve() local
181 const float32_t *pCoeffsCur = pCoeffs; in arm_fir_f32_1_4_mve()
254 const float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_f32_5_8_mve() local
278 c0 = *pCoeffs++; in arm_fir_f32_5_8_mve()
279 c1 = *pCoeffs++; in arm_fir_f32_5_8_mve()
280 c2 = *pCoeffs++; in arm_fir_f32_5_8_mve()
281 c3 = *pCoeffs++; in arm_fir_f32_5_8_mve()
282 c4 = *pCoeffs++; in arm_fir_f32_5_8_mve()
283 c5 = *pCoeffs++; in arm_fir_f32_5_8_mve()
284 c6 = *pCoeffs++; in arm_fir_f32_5_8_mve()
[all …]
Darm_fir_f16.c68 const float16_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_f16_1_4_mve() local
95 c[i] = pCoeffs[i]; in arm_fir_f16_1_4_mve()
158 const float16_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_f16_5_8_mve() local
185 c[i] = pCoeffs[i]; in arm_fir_f16_5_8_mve()
249 const float16_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_f16() local
284 c0 = *pCoeffs++; in arm_fir_f16()
285 c1 = *pCoeffs++; in arm_fir_f16()
286 c2 = *pCoeffs++; in arm_fir_f16()
287 c3 = *pCoeffs++; in arm_fir_f16()
288 c4 = *pCoeffs++; in arm_fir_f16()
[all …]
Darm_biquad_cascade_df1_q15.c76 const q15_t *pCoeffs = S->pCoeffs; /* coeff pointer initialization */ in arm_biquad_cascade_df1_q15() local
82 q15_t a2 = pCoeffs[5]; in arm_biquad_cascade_df1_q15()
83 q15_t a1 = pCoeffs[4]; in arm_biquad_cascade_df1_q15()
86 bCoeffs0[0] = pCoeffs[3]; // b2 in arm_biquad_cascade_df1_q15()
87 bCoeffs0[1] = pCoeffs[2]; // b1 in arm_biquad_cascade_df1_q15()
88 bCoeffs0[2] = pCoeffs[0]; // b0 in arm_biquad_cascade_df1_q15()
298 pCoeffs += 6; in arm_biquad_cascade_df1_q15()
333 const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_biquad_cascade_df1_q15() local
341 b0 = read_q15x2_ia ((q15_t **) &pCoeffs); in arm_biquad_cascade_df1_q15()
344 b1 = read_q15x2_ia ((q15_t **) &pCoeffs); in arm_biquad_cascade_df1_q15()
[all …]
Darm_biquad_cascade_df1_32x64_q31.c187 const q31_t *pCoeffs = S->pCoeffs; /* coeff pointer initialization */ in arm_biquad_cas_df1_32x64_q31_scalar() local
202 b0 = *pCoeffs++; in arm_biquad_cas_df1_32x64_q31_scalar()
203 b1 = *pCoeffs++; in arm_biquad_cas_df1_32x64_q31_scalar()
204 b2 = *pCoeffs++; in arm_biquad_cas_df1_32x64_q31_scalar()
205 a1 = *pCoeffs++; in arm_biquad_cas_df1_32x64_q31_scalar()
206 a2 = *pCoeffs++; in arm_biquad_cas_df1_32x64_q31_scalar()
293 const q31_t *pCoeffs = S->pCoeffs; /* coeff pointer initialization */ in arm_biquad_cas_df1_32x64_q31() local
314 b0 = *pCoeffs++; in arm_biquad_cas_df1_32x64_q31()
315 b1 = *pCoeffs++; in arm_biquad_cas_df1_32x64_q31()
316 b2 = *pCoeffs++; in arm_biquad_cas_df1_32x64_q31()
[all …]
Darm_biquad_cascade_df1_init_f32.c80 const float32_t * pCoeffs, in arm_biquad_cascade_df1_init_f32() argument
87 S->pCoeffs = pCoeffs; in arm_biquad_cascade_df1_init_f32()
128 const float32_t * pCoeffs, in arm_biquad_cascade_df1_mve_init_f32() argument
137 …generateCoefsFastBiquadF32(pCoeffs[0], pCoeffs[1], pCoeffs[2], pCoeffs[3], pCoeffs[4], pCoeffsMod); in arm_biquad_cascade_df1_mve_init_f32()
138 pCoeffs += 5; in arm_biquad_cascade_df1_mve_init_f32()
Darm_biquad_cascade_stereo_df2T_f32.c60 const float32_t *pCoeffs = S->pCoeffs; /* coefficient pointer */ in arm_biquad_cascade_stereo_df2T_f32() local
87 b0 = *pCoeffs++; in arm_biquad_cascade_stereo_df2T_f32()
88 b1 = *pCoeffs++; in arm_biquad_cascade_stereo_df2T_f32()
89 b2 = *pCoeffs++; in arm_biquad_cascade_stereo_df2T_f32()
90 a1 = *pCoeffs++; in arm_biquad_cascade_stereo_df2T_f32()
91 a2 = *pCoeffs++; in arm_biquad_cascade_stereo_df2T_f32()
192 const float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_biquad_cascade_stereo_df2T_f32() local
202 b0 = pCoeffs[0]; in arm_biquad_cascade_stereo_df2T_f32()
203 b1 = pCoeffs[1]; in arm_biquad_cascade_stereo_df2T_f32()
204 b2 = pCoeffs[2]; in arm_biquad_cascade_stereo_df2T_f32()
[all …]
Darm_biquad_cascade_df1_q31.c76 const q31_t *pCoeffs = S->pCoeffs; /* coeff pointer initialization */ in arm_biquad_cascade_df1_q31() local
95 b0Coeffs[0] = pCoeffs[2]; // b2 in arm_biquad_cascade_df1_q31()
96 b0Coeffs[1] = pCoeffs[1]; // b1 in arm_biquad_cascade_df1_q31()
97 b0Coeffs[2] = pCoeffs[0]; // b0 in arm_biquad_cascade_df1_q31()
103 a0Coeffs[2] = pCoeffs[4]; in arm_biquad_cascade_df1_q31()
104 a0Coeffs[3] = pCoeffs[3]; in arm_biquad_cascade_df1_q31()
308 pCoeffs += 5; in arm_biquad_cascade_df1_q31()
330 const q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_biquad_cascade_df1_q31() local
346 b0 = *pCoeffs++; in arm_biquad_cascade_df1_q31()
347 b1 = *pCoeffs++; in arm_biquad_cascade_df1_q31()
[all …]
Darm_biquad_cascade_stereo_df2T_f16.c64 const float16_t *pCoeffs = S->pCoeffs; /* coefficient pointer */ in arm_biquad_cascade_stereo_df2T_f16() local
94 b0 = *pCoeffs++; in arm_biquad_cascade_stereo_df2T_f16()
95 b1 = *pCoeffs++; in arm_biquad_cascade_stereo_df2T_f16()
96 b2 = *pCoeffs++; in arm_biquad_cascade_stereo_df2T_f16()
97 a1 = *pCoeffs++; in arm_biquad_cascade_stereo_df2T_f16()
98 a2 = *pCoeffs++; in arm_biquad_cascade_stereo_df2T_f16()
205 const float16_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_biquad_cascade_stereo_df2T_f16() local
215 b0 = pCoeffs[0]; in arm_biquad_cascade_stereo_df2T_f16()
216 b1 = pCoeffs[1]; in arm_biquad_cascade_stereo_df2T_f16()
217 b2 = pCoeffs[2]; in arm_biquad_cascade_stereo_df2T_f16()
[all …]
Darm_fir_q31.c112 const q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ \
127 vecCoeffs[i] = vld1q(pCoeffs + 4 * i); \
215 const q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_q31_1_4_mve() local
239 q31x4_t vecCoeffs = *(q31x4_t *) pCoeffs; in arm_fir_q31_1_4_mve()
457 const q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_q31_29_32_mve() local
472 q31x4_t vecCoeffs0 = vld1q(pCoeffs + 4 * 0); in arm_fir_q31_29_32_mve()
473 q31x4_t vecCoeffs1 = vld1q(pCoeffs + 4 * 1); in arm_fir_q31_29_32_mve()
474 q31x4_t vecCoeffs2 = vld1q(pCoeffs + 4 * 2); in arm_fir_q31_29_32_mve()
475 q31x4_t vecCoeffs3 = vld1q(pCoeffs + 4 * 3); in arm_fir_q31_29_32_mve()
476 q31x4_t vecCoeffs4 = vld1q(pCoeffs + 4 * 4); in arm_fir_q31_29_32_mve()
[all …]
Darm_biquad_cascade_df1_init_f16.c81 const float16_t * pCoeffs, in arm_biquad_cascade_df1_init_f16() argument
88 S->pCoeffs = pCoeffs; in arm_biquad_cascade_df1_init_f16()
140 const float16_t * pCoeffs, in arm_biquad_cascade_df1_mve_init_f16() argument
149 …generateCoefsFastBiquadF16(pCoeffs[0], pCoeffs[1], pCoeffs[2], pCoeffs[3], pCoeffs[4], pCoeffsMod); in arm_biquad_cascade_df1_mve_init_f16()
150 pCoeffs += 5; in arm_biquad_cascade_df1_mve_init_f16()
Darm_fir_interpolate_f32.c143 const float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_interpolate2_f32_mve() local
182 ptr2 = pCoeffs; in arm_fir_interpolate2_f32_mve()
266 const float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_interpolate_f32() local
321 ptr2 = pCoeffs + (i - 1U) - 4; in arm_fir_interpolate_f32()
396 ptr2 = pCoeffs + (i - 1U); in arm_fir_interpolate_f32()
480 const float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_interpolate_f32() local
534 ptr2 = pCoeffs + (S->L - j); in arm_fir_interpolate_f32()
710 ptr2 = pCoeffs + (S->L - j); in arm_fir_interpolate_f32()
835 const float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_interpolate_f32() local
885 ptr2 = pCoeffs + (S->L - j); in arm_fir_interpolate_f32()
[all …]
Darm_fir_q7.c75 const q7_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ \
91 vecCoeffs[i] = vldrbq_s8(pCoeffs + 16 * i); \
197 const q7_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_q7() local
258 const q7_t *pCoeffsTmp = pCoeffs; in arm_fir_q7()
322 const q7_t *pCoeffsTmp = pCoeffs; in arm_fir_q7()
362 const q7_t *pCoeffsTmp = pCoeffs; in arm_fir_q7()
397 const q7_t *pCoeffsTmp = pCoeffs; in arm_fir_q7()
454 const q7_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_q7() local
501 pb = pCoeffs; in arm_fir_q7()
644 pb = pCoeffs; in arm_fir_q7()
Darm_fir_q15.c80 const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ \
96 vecCoeffs[i] = vldrhq_s16(pCoeffs + 8 * i); \
206 const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_q15() local
248 const q15_t *pCoeffsTmp = pCoeffs; in arm_fir_q15()
308 const q15_t *pCoeffsTmp = pCoeffs; in arm_fir_q15()
359 const q15_t *pCoeffsTmp = pCoeffs; in arm_fir_q15()
400 const q15_t *pCoeffsTmp = pCoeffs; in arm_fir_q15()
466 const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_q15() local
513 pb = pCoeffs; in arm_fir_q15()
660 pb = pCoeffs; in arm_fir_q15()
Darm_lms_f32.c175 float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_lms_f32() local
205 pb = (pCoeffs); in arm_lms_f32()
258 pb = (pCoeffs); in arm_lms_f32()
347 float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_lms_f32() local
376 pb = pCoeffs; in arm_lms_f32()
435 pb = pCoeffs; in arm_lms_f32()
Darm_fir_interpolate_q15.c67 const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_interpolate_q15() local
116 ptr2 = pCoeffs + (i - 1 - 3U); in arm_fir_interpolate_q15()
180 ptr2 = pCoeffs + (i - 1U - 2); in arm_fir_interpolate_q15()
235 ptr2 = pCoeffs + (i - 1U - 1); in arm_fir_interpolate_q15()
281 ptr2 = pCoeffs + (i - 1U); in arm_fir_interpolate_q15()
362 const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_interpolate_q15() local
412 ptr2 = pCoeffs + (S->L - j); in arm_fir_interpolate_q15()
565 ptr2 = pCoeffs + (S->L - j); in arm_fir_interpolate_q15()
685 const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_interpolate_q15()
718 ptr2 = pCoeffs + (i - 1U); in arm_fir_interpolate_q15()
Darm_fir_interpolate_q31.c67 const q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_interpolate_q31() local
113 ptr2 = pCoeffs + (i - 1 - 3U); in arm_fir_interpolate_q31()
177 ptr2 = pCoeffs + (i - 1U - 2); in arm_fir_interpolate_q31()
232 ptr2 = pCoeffs + (i - 1U - 1); in arm_fir_interpolate_q31()
278 ptr2 = pCoeffs + (i - 1U); in arm_fir_interpolate_q31()
359 const q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_interpolate_q31() local
409 ptr2 = pCoeffs + (S->L - j); in arm_fir_interpolate_q31()
562 ptr2 = pCoeffs + (S->L - j); in arm_fir_interpolate_q31()
684 const q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_interpolate_q31()
717 ptr2 = pCoeffs + (i - 1U); in arm_fir_interpolate_q31()
Darm_fir_decimate_q15.c71 const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_decimate_q15() local
140 pb = pCoeffs; in arm_fir_decimate_q15()
252 pb = pCoeffs; in arm_fir_decimate_q15()
326 const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_decimate_q15() local
370 pb = pCoeffs; in arm_fir_decimate_q15()
463 pb = pCoeffs; in arm_fir_decimate_q15()
571 const q15_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_fir_decimate_q15() local
612 pb = pCoeffs; in arm_fir_decimate_q15()
728 pb = pCoeffs; in arm_fir_decimate_q15()
Darm_biquad_cascade_df1_fast_q31.c71 const q31_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ in arm_biquad_cascade_df1_fast_q31() local
82 b0 = *pCoeffs++; in arm_biquad_cascade_df1_fast_q31()
83 b1 = *pCoeffs++; in arm_biquad_cascade_df1_fast_q31()
84 b2 = *pCoeffs++; in arm_biquad_cascade_df1_fast_q31()
85 a1 = *pCoeffs++; in arm_biquad_cascade_df1_fast_q31()
86 a2 = *pCoeffs++; in arm_biquad_cascade_df1_fast_q31()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/
Dfiltering_functions.h60 …const q7_t *pCoeffs; /**< points to the coefficient array. The array is of length numTap… member
70 …const q15_t *pCoeffs; /**< points to the coefficient array. The array is of length numTa… member
80 …const q31_t *pCoeffs; /**< points to the coefficient array. The array is of length numTa… member
90 …const float32_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps. … member
120 const q7_t * pCoeffs,
168 const q15_t * pCoeffs,
212 const q31_t * pCoeffs,
240 const float32_t * pCoeffs,
251 …const q15_t *pCoeffs; /**< Points to the array of coefficients. The array is of length 5… member
262 …const q31_t *pCoeffs; /**< Points to the array of coefficients. The array is of length 5… member
[all …]
Dfiltering_functions_f16.h51 …const float16_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps. … member
65 const float16_t * pCoeffs,
90 …const float16_t *pCoeffs; /**< Points to the array of coefficients. The array is of length 5… member
120 const float16_t * pCoeffs,
128 const float16_t * pCoeffs,
138 …const float16_t *pCoeffs; /**< points to the array of coefficients. The array is of length… member
148 …const float16_t *pCoeffs; /**< points to the array of coefficients. The array is of length… member
187 const float16_t * pCoeffs,
200 const float16_t * pCoeffs,
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/
Darm_math.h1201 …const q7_t *pCoeffs; /**< points to the coefficient array. The array is of length numTap… member
1211 …const q15_t *pCoeffs; /**< points to the coefficient array. The array is of length numTa… member
1221 …const q31_t *pCoeffs; /**< points to the coefficient array. The array is of length numTa… member
1231 …const float32_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps. … member
1258 const q7_t * pCoeffs,
1302 const q15_t * pCoeffs,
1343 const q31_t * pCoeffs,
1371 const float32_t * pCoeffs,
1382 …const q15_t *pCoeffs; /**< Points to the array of coefficients. The array is of length 5… member
1393 …const q31_t *pCoeffs; /**< Points to the array of coefficients. The array is of length 5… member
[all …]

1234