| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/ |
| D | arm_fir_decimate_f32.c | 137 float32_t *pState = S->pState; /* State pointer */ in arm_fir_decimate_f32() local 153 pStateCurnt = S->pState + (numTaps - 1U); in arm_fir_decimate_f32() 186 px0 = pState; in arm_fir_decimate_f32() 187 px1 = pState + S->M; in arm_fir_decimate_f32() 188 px2 = pState + 2 * S->M; in arm_fir_decimate_f32() 189 px3 = pState + 3 * S->M; in arm_fir_decimate_f32() 272 pState = pState + 4 * S->M; in arm_fir_decimate_f32() 303 px = pState; in arm_fir_decimate_f32() 342 pState = pState + S->M; in arm_fir_decimate_f32() 359 pStateCurnt = S->pState; in arm_fir_decimate_f32() [all …]
|
| D | arm_fir_decimate_q15.c | 70 q15_t *pState = S->pState; /* State pointer */ in arm_fir_decimate_q15() local 86 pStateCurnt = S->pState + (numTaps - 1U); in arm_fir_decimate_q15() 133 px0 = pState; in arm_fir_decimate_q15() 134 px1 = pState + S->M; in arm_fir_decimate_q15() 135 px2 = pState + 2 * S->M; in arm_fir_decimate_q15() 136 px3 = pState + 3 * S->M; in arm_fir_decimate_q15() 223 pState = pState + 4 * S->M; in arm_fir_decimate_q15() 248 px = pState; in arm_fir_decimate_q15() 283 pState = pState + S->M; in arm_fir_decimate_q15() 300 pStateCurnt = S->pState; in arm_fir_decimate_q15() [all …]
|
| D | arm_fir_interpolate_f32.c | 142 float32_t *pState = S->pState; /* State pointer */ in arm_fir_interpolate2_f32_mve() local 158 pStateCurnt = S->pState + (phaseLen - 1U); in arm_fir_interpolate2_f32_mve() 175 ptr1 = pState; in arm_fir_interpolate2_f32_mve() 226 pState = pState + 1; in arm_fir_interpolate2_f32_mve() 242 pStateCurnt = S->pState; in arm_fir_interpolate2_f32_mve() 246 vst1q(pStateCurnt, vldrwq_f32(pState)); in arm_fir_interpolate2_f32_mve() 247 pState += 4; in arm_fir_interpolate2_f32_mve() 255 vstrwq_p_f32(pStateCurnt, vldrwq_f32(pState), p0); in arm_fir_interpolate2_f32_mve() 265 float32_t *pState = S->pState; /* State pointer */ in arm_fir_interpolate_f32() local 290 pStateCurnt = S->pState + (phaseLen - 1U); in arm_fir_interpolate_f32() [all …]
|
| D | arm_biquad_cascade_df1_q15.c | 73 q15_t *pState = S->pState; /* pState pointer initialization */ in arm_biquad_cascade_df1_q15() local 115 inVec0[0] = pState[1]; in arm_biquad_cascade_df1_q15() 116 inVec0[1] = pState[0]; in arm_biquad_cascade_df1_q15() 117 inVec0[6] = pState[3]; in arm_biquad_cascade_df1_q15() 118 inVec0[7] = pState[2]; in arm_biquad_cascade_df1_q15() 246 pState[0] = vgetq_lane_s16(inVec0, 4); in arm_biquad_cascade_df1_q15() 247 pState[1] = vgetq_lane_s16(inVec0, 3); in arm_biquad_cascade_df1_q15() 248 pState[3] = out; in arm_biquad_cascade_df1_q15() 249 pState[2] = out1; in arm_biquad_cascade_df1_q15() 268 pState[0] = vgetq_lane_s16(inVec0, 3); in arm_biquad_cascade_df1_q15() [all …]
|
| D | arm_biquad_cascade_df1_q31.c | 73 q31_t *pState = S->pState; /* pState pointer initialization */ in arm_biquad_cascade_df1_q31() local 115 inVec0[0] = pState[1]; in arm_biquad_cascade_df1_q31() 116 inVec0[1] = pState[0]; in arm_biquad_cascade_df1_q31() 118 stateVec[2] = pState[3]; in arm_biquad_cascade_df1_q31() 119 stateVec[3] = pState[2]; in arm_biquad_cascade_df1_q31() 222 pState[0] = inVec0[1]; in arm_biquad_cascade_df1_q31() 223 pState[1] = inVec0[0]; in arm_biquad_cascade_df1_q31() 224 pState[3] = out; in arm_biquad_cascade_df1_q31() 225 pState[2] = out1; in arm_biquad_cascade_df1_q31() 259 pState[0] = inVec0[2]; in arm_biquad_cascade_df1_q31() [all …]
|
| D | arm_fir_decimate_fast_q15.c | 68 q15_t *pState = S->pState; /* State pointer */ in arm_fir_decimate_fast_q15() local 87 pStateCur = S->pState + (numTaps - 1U); in arm_fir_decimate_fast_q15() 109 px0 = pState; in arm_fir_decimate_fast_q15() 110 px1 = pState + S->M; in arm_fir_decimate_fast_q15() 177 pState = pState + S->M * 2; in arm_fir_decimate_fast_q15() 203 px = pState; in arm_fir_decimate_fast_q15() 264 pState = pState + S->M; in arm_fir_decimate_fast_q15() 279 pStateCur = S->pState; in arm_fir_decimate_fast_q15() 286 write_q15x2_ia (&pStateCur, read_q15x2_ia (&pState)); in arm_fir_decimate_fast_q15() 287 write_q15x2_ia (&pStateCur, read_q15x2_ia (&pState)); in arm_fir_decimate_fast_q15() [all …]
|
| D | arm_fir_decimate_q31.c | 69 q31_t *pState = S->pState; /* State pointer */ in arm_fir_decimate_q31() local 85 pStateCurnt = S->pState + (numTaps - 1U); in arm_fir_decimate_q31() 117 px0 = pState; in arm_fir_decimate_q31() 118 px1 = pState + S->M; in arm_fir_decimate_q31() 119 px2 = pState + 2 * S->M; in arm_fir_decimate_q31() 120 px3 = pState + 3 * S->M; in arm_fir_decimate_q31() 209 pState = pState + 4 * S->M; in arm_fir_decimate_q31() 234 px = pState; in arm_fir_decimate_q31() 273 pState = pState + S->M; in arm_fir_decimate_q31() 289 pStateCurnt = S->pState; in arm_fir_decimate_q31() [all …]
|
| D | arm_lms_norm_f32.c | 168 float32_t *pState = S->pState; /* State pointer */ in arm_lms_norm_f32() local 192 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_lms_norm_f32() 203 px = pState; in arm_lms_norm_f32() 263 px = pState; in arm_lms_norm_f32() 301 x0 = *pState; in arm_lms_norm_f32() 304 pState = pState + 1; in arm_lms_norm_f32() 318 pStateCurnt = S->pState; in arm_lms_norm_f32() 326 tempV = vld1q_f32(pState); in arm_lms_norm_f32() 328 pState += 4; in arm_lms_norm_f32() 341 *pStateCurnt++ = *pState++; in arm_lms_norm_f32() [all …]
|
| D | arm_lms_f32.c | 174 float32_t *pState = S->pState; /* State pointer */ in arm_lms_f32() local 192 pStateCurnt = &(S->pState[(numTaps - 1U)]); in arm_lms_f32() 202 px = pState; in arm_lms_f32() 255 px = pState; in arm_lms_f32() 294 pState = pState + 1; in arm_lms_f32() 306 pStateCurnt = S->pState; in arm_lms_f32() 314 tempV = vld1q_f32(pState); in arm_lms_f32() 316 pState += 4; in arm_lms_f32() 329 *pStateCurnt++ = *pState++; in arm_lms_f32() 346 float32_t *pState = S->pState; /* State pointer */ in arm_lms_f32() local [all …]
|
| D | arm_iir_lattice_q31.c | 62 q31_t *pState = S->pState; /* State pointer */ in arm_iir_lattice_q31() local 90 px1 = pState; in arm_iir_lattice_q31() 93 px2 = pState; in arm_iir_lattice_q31() 220 pState = pState + 1U; in arm_iir_lattice_q31() 230 pStateCur = &S->pState[0]; in arm_iir_lattice_q31() 231 pState = &S->pState[blockSize]; 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() 244 *pStateCur++ = *pState++; in arm_iir_lattice_q31() [all …]
|
| D | arm_fir_interpolate_q31.c | 66 q31_t *pState = S->pState; /* State pointer */ in arm_fir_interpolate_q31() local 84 pStateCurnt = S->pState + ((q31_t) phaseLen - 1); in arm_fir_interpolate_q31() 107 ptr1 = pState; in arm_fir_interpolate_q31() 316 pState = pState + 1; in arm_fir_interpolate_q31() 332 pStateCurnt = S->pState; in arm_fir_interpolate_q31() 336 vst1q(pStateCurnt, vldrwq_s32(pState)); in arm_fir_interpolate_q31() 337 pState += 4; in arm_fir_interpolate_q31() 345 vstrwq_p_s32(pStateCurnt, vldrwq_s32(pState), p0); in arm_fir_interpolate_q31() 358 q31_t *pState = S->pState; /* State pointer */ in arm_fir_interpolate_q31() local 376 pStateCur = S->pState + (phaseLen - 1U); in arm_fir_interpolate_q31() [all …]
|
| D | arm_biquad_cascade_df1_f32.c | 175 float32_t *pState = S->pState; /* pState pointer */ in arm_biquad_cascade_df1_f32() local 189 Xn1 = pState[0]; in arm_biquad_cascade_df1_f32() 190 Xn2 = pState[1]; in arm_biquad_cascade_df1_f32() 191 Yn1 = pState[2]; in arm_biquad_cascade_df1_f32() 192 Yn2 = pState[3]; in arm_biquad_cascade_df1_f32() 320 *pState++ = Xn1; in arm_biquad_cascade_df1_f32() 321 *pState++ = Xn2; in arm_biquad_cascade_df1_f32() 322 *pState++ = Yn1; in arm_biquad_cascade_df1_f32() 323 *pState++ = Yn2; in arm_biquad_cascade_df1_f32() 353 float32_t *pState = S->pState; /* pState pointer */ in arm_biquad_cascade_df1_f32() local [all …]
|
| D | arm_iir_lattice_q15.c | 63 q15_t *pState = S->pState; /* State pointer */ in arm_iir_lattice_q15() local 96 px1 = pState; in arm_iir_lattice_q15() 99 px2 = pState; in arm_iir_lattice_q15() 259 pState = pState + 1U; in arm_iir_lattice_q15() 269 pStateCur = &S->pState[0]; in arm_iir_lattice_q15() 270 pState = &S->pState[blockSize]; in arm_iir_lattice_q15() 280 write_q15x2_ia (&pStateCur, read_q15x2_ia (&pState)); in arm_iir_lattice_q15() 281 write_q15x2_ia (&pStateCur, read_q15x2_ia (&pState)); in arm_iir_lattice_q15() 299 *pStateCur++ = *pState++; in arm_iir_lattice_q15() 321 px1 = pState; in arm_iir_lattice_q15() [all …]
|
| D | arm_biquad_cascade_df1_32x64_q31.c | 186 q63_t *pState = S->pState; /* state pointer initialization */ in arm_biquad_cas_df1_32x64_q31_scalar() local 209 Xn1 = (q31_t) (pState[0]); in arm_biquad_cas_df1_32x64_q31_scalar() 210 Xn2 = (q31_t) (pState[1]); in arm_biquad_cas_df1_32x64_q31_scalar() 211 Yn1 = pState[2]; in arm_biquad_cas_df1_32x64_q31_scalar() 212 Yn2 = pState[3]; in arm_biquad_cas_df1_32x64_q31_scalar() 275 *pState++ = (q63_t) Xn1; in arm_biquad_cas_df1_32x64_q31_scalar() 276 *pState++ = (q63_t) Xn2; in arm_biquad_cas_df1_32x64_q31_scalar() 277 *pState++ = Yn1; in arm_biquad_cas_df1_32x64_q31_scalar() 278 *pState++ = Yn2; in arm_biquad_cas_df1_32x64_q31_scalar() 292 q63_t *pState = S->pState; /* state pointer initialization */ in arm_biquad_cas_df1_32x64_q31() local [all …]
|
| D | arm_fir_interpolate_q15.c | 66 q15_t *pState = S->pState; /* State pointer */ in arm_fir_interpolate_q15() local 87 pStateCurnt = S->pState + ((q15_t) phaseLen - 1); in arm_fir_interpolate_q15() 110 ptr1 = pState; in arm_fir_interpolate_q15() 319 pState = pState + 1; in arm_fir_interpolate_q15() 335 pStateCurnt = S->pState; in arm_fir_interpolate_q15() 339 vstrhq_s16(pStateCurnt, vldrhq_s16(pState)); in arm_fir_interpolate_q15() 340 pState += 8; in arm_fir_interpolate_q15() 348 vstrhq_p_s16(pStateCurnt, vldrhq_s16(pState), p0); in arm_fir_interpolate_q15() 361 q15_t *pState = S->pState; /* State pointer */ in arm_fir_interpolate_q15() local 379 pStateCur = S->pState + (phaseLen - 1U); in arm_fir_interpolate_q15() [all …]
|
| D | arm_fir_q31.c | 110 q31_t *pRefStatePtr = S->pState + 2*ROUND_UP(blockSize, 4); \ 111 q31_t *pState = pRefStatePtr; /* State pointer */ \ 133 pStateCur = &(pState[(numTaps - 1u)]); \ 135 pSamples = pState; \ 190 pTempSrc = &pState[blockSize]; \ 191 pTempDest = pState; \ 213 q31_t *pRefStatePtr = S->pState + 2*ROUND_UP(blockSize, 4); in arm_fir_q31_1_4_mve() 214 q31_t *pState = pRefStatePtr; /* State pointer */ in arm_fir_q31_1_4_mve() local 230 pStateCur = &(pState[(numTaps - 1u)]); in arm_fir_q31_1_4_mve() 232 pSamples = pState; in arm_fir_q31_1_4_mve() [all …]
|
| D | arm_fir_f16.c | 67 float16_t *pState = S->pState; /* State pointer */ in arm_fir_f16_1_4_mve() local 85 pStateCur = &(pState[(numTaps - 1u)]); in arm_fir_f16_1_4_mve() 90 pSamples = pState; in arm_fir_f16_1_4_mve() 133 pTempSrc = &pState[blockSize]; in arm_fir_f16_1_4_mve() 134 pTempDest = pState; in arm_fir_f16_1_4_mve() 157 float16_t *pState = S->pState; /* State pointer */ in arm_fir_f16_5_8_mve() local 175 pStateCur = &(pState[(numTaps - 1u)]); in arm_fir_f16_5_8_mve() 180 pSamples = pState; in arm_fir_f16_5_8_mve() 223 pTempSrc = &pState[blockSize]; in arm_fir_f16_5_8_mve() 224 pTempDest = pState; in arm_fir_f16_5_8_mve() [all …]
|
| D | arm_fir_q7.c | 74 q7_t *pState = S->pState; /* State pointer */ \ 97 pStateCur = &(pState[(numTaps - 1u)]); \ 99 pSamples = pState; \ 129 pTempSrc = &pState[blockSize]; \ 130 pTempDest = pState; \ 196 q7_t *pState = S->pState; /* State pointer */ in arm_fir_q7() local 247 pStateCur = &(pState[(numTaps - 1u)]); in arm_fir_q7() 248 pSamples = pState; in arm_fir_q7() 428 pTempSrc = &pState[blockSize]; in arm_fir_q7() 429 pTempDest = pState; in arm_fir_q7() [all …]
|
| D | arm_fir_f32.c | 168 float32_t *pRefStatePtr = S->pState + blockSize; in arm_fir_f32_1_4_mve() 169 float32_t *pState = pRefStatePtr; /* State pointer */ in arm_fir_f32_1_4_mve() local 187 pStateCur = &(pState[(numTaps - 1u)]); in arm_fir_f32_1_4_mve() 190 pSamples = pState; in arm_fir_f32_1_4_mve() 232 pTempSrc = &pState[blockSize]; in arm_fir_f32_1_4_mve() 233 pTempDest = pState; in arm_fir_f32_1_4_mve() 252 float32_t *pRefStatePtr = S->pState + blockSize; in arm_fir_f32_5_8_mve() 253 float32_t *pState = pRefStatePtr; /* State pointer */ in arm_fir_f32_5_8_mve() local 265 pTempDest = &(pState[(numTaps - 1u)]); in arm_fir_f32_5_8_mve() 277 pSamples = pState; in arm_fir_f32_5_8_mve() [all …]
|
| D | arm_fir_q15.c | 79 q15_t *pState = S->pState; /* State pointer */ \ 102 pStateCur = &(pState[(numTaps - 1u)]); \ 104 pSamples = pState; \ 133 pTempSrc = &pState[blockSize]; \ 134 pTempDest = pState; \ 205 q15_t *pState = S->pState; /* State pointer */ in arm_fir_q15() local 240 pStateCur = &(pState[(numTaps - 1u)]); in arm_fir_q15() 242 pSamples = pState; in arm_fir_q15() 439 pTempSrc = &pState[blockSize]; in arm_fir_q15() 440 pTempDest = pState; in arm_fir_q15() [all …]
|
| D | arm_fir_decimate_fast_q31.c | 68 q31_t *pState = S->pState; /* State pointer */ in arm_fir_decimate_fast_q31() local 86 pStateCur = S->pState + (numTaps - 1U); in arm_fir_decimate_fast_q31() 112 px0 = pState; in arm_fir_decimate_fast_q31() 113 px1 = pState + S->M; in arm_fir_decimate_fast_q31() 114 px2 = pState + 2 * S->M; in arm_fir_decimate_fast_q31() 115 px3 = pState + 3 * S->M; in arm_fir_decimate_fast_q31() 218 pState = pState + S->M * 4; in arm_fir_decimate_fast_q31() 255 px0 = pState; in arm_fir_decimate_fast_q31() 334 pState = pState + S->M; in arm_fir_decimate_fast_q31() 348 pStateCur = S->pState; in arm_fir_decimate_fast_q31() [all …]
|
| D | arm_iir_lattice_f32.c | 127 float32_t *pState = S->pState; /* State pointer */ in arm_iir_lattice_f32() local 158 px1 = pState; in arm_iir_lattice_f32() 161 px2 = pState; in arm_iir_lattice_f32() 302 pState = pState + 1U; in arm_iir_lattice_f32() 312 pStateCur = &S->pState[0]; in arm_iir_lattice_f32() 313 pState = &S->pState[blockSize]; 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() 326 *pStateCur++ = *pState++; in arm_iir_lattice_f32() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/ |
| D | filtering_functions.h | 59 …q7_t *pState; /**< points to the state variable array. The array is of length numTaps+b… member 69 …q15_t *pState; /**< points to the state variable array. The array is of length numTaps+… member 79 …q31_t *pState; /**< points to the state variable array. The array is of length numTaps+… member 89 …float32_t *pState; /**< points to the state variable array. The array is of length numTaps+bloc… member 121 q7_t * pState, 169 q15_t * pState, 213 q31_t * pState, 241 float32_t * pState, 250 …q15_t *pState; /**< Points to the array of state coefficients. The array is of length 4… member 261 …q31_t *pState; /**< Points to the array of state coefficients. The array is of length 4… member [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/ |
| D | arm_dct4_q15.c | 53 q15_t * pState, in arm_dct4_q15() argument 94 pS1 = pState; in arm_dct4_q15() 97 pS2 = pState + (S->N - 1U); in arm_dct4_q15() 135 pS1 = pState; in arm_dct4_q15() 159 arm_rfft_q15 (S->pRfft, pInlineBuffer, pState); in arm_dct4_q15() 164 arm_cmplx_mult_cmplx_q15 (pState, weights, pState, S->N); in arm_dct4_q15() 168 arm_shift_q15 (pState, 2, pState, S->N * 2); in arm_dct4_q15() 183 pS1 = pState; in arm_dct4_q15() 289 pS1 = pState; in arm_dct4_q15() 308 arm_rfft_q15 (S->pRfft, pInlineBuffer, pState); in arm_dct4_q15() [all …]
|
| D | arm_dct4_q31.c | 56 q31_t * pState, in arm_dct4_q31() argument 97 pS1 = pState; in arm_dct4_q31() 100 pS2 = pState + (S->N - 1U); in arm_dct4_q31() 138 pS1 = pState; in arm_dct4_q31() 162 arm_rfft_q31 (S->pRfft, pInlineBuffer, pState); in arm_dct4_q31() 167 arm_cmplx_mult_cmplx_q31 (pState, weights, pState, S->N); in arm_dct4_q31() 171 arm_shift_q31 (pState, 2, pState, S->N * 2); in arm_dct4_q31() 186 pS1 = pState; in arm_dct4_q31() 292 pS1 = pState; in arm_dct4_q31() 311 arm_rfft_q31 (S->pRfft, pInlineBuffer, pState); in arm_dct4_q31() [all …]
|