Searched refs:fftLenReal (Results 1 – 8 of 8) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/ |
| D | arm_rfft_init_f32.c | 70 uint32_t fftLenReal, in arm_rfft_init_f32() argument 85 S->fftLenReal = (uint16_t) fftLenReal; in arm_rfft_init_f32() 88 S->fftLenBy2 = (uint16_t) fftLenReal / 2U; in arm_rfft_init_f32() 103 switch (S->fftLenReal) in arm_rfft_init_f32()
|
| D | arm_rfft_init_q15.c | 67 uint32_t fftLenReal, in arm_rfft_init_q15() argument 82 S->fftLenReal = (uint16_t) fftLenReal; in arm_rfft_init_q15() 97 switch (S->fftLenReal) in arm_rfft_init_q15()
|
| D | arm_rfft_init_q31.c | 69 uint32_t fftLenReal, in arm_rfft_init_q31() argument 84 S->fftLenReal = (uint16_t) fftLenReal; in arm_rfft_init_q31() 99 switch (S->fftLenReal) in arm_rfft_init_q31()
|
| D | arm_rfft_q31.c | 93 uint32_t L2 = S->fftLenReal >> 1U; in arm_rfft_q31() 104 arm_shift_q31(pDst, 1, pDst, S->fftLenReal); in arm_rfft_q31()
|
| D | arm_rfft_q15.c | 92 uint32_t L2 = S->fftLenReal >> 1U; in arm_rfft_q15() 103 arm_shift_q15(pDst, 1, pDst, S->fftLenReal); in arm_rfft_q15()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/ |
| D | transform_functions.h | 328 uint32_t fftLenReal; /**< length of the real FFT. */ member 343 uint32_t fftLenReal, 357 uint32_t fftLenReal; /**< length of the real FFT. */ member 372 uint32_t fftLenReal, 386 uint32_t fftLenReal; /**< length of the real FFT. */ member 399 uint32_t fftLenReal,
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/ |
| D | fsl_powerquad_cmsis.c | 257 arm_status arm_rfft_init_q31(arm_rfft_instance_q31 *S, uint32_t fftLenReal, uint32_t ifftFlagR, uin… in arm_rfft_init_q31() argument 267 S->fftLenReal = (uint16_t)fftLenReal; in arm_rfft_init_q31() 281 uint32_t length = S->fftLenReal; in arm_rfft_q31() 290 arm_status arm_rfft_init_q15(arm_rfft_instance_q15 *S, uint32_t fftLenReal, uint32_t ifftFlagR, uin… in arm_rfft_init_q15() argument 300 S->fftLenReal = (uint16_t)fftLenReal; in arm_rfft_init_q15() 314 uint32_t length = S->fftLenReal; in arm_rfft_q15()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/ |
| D | arm_math.h | 2285 uint32_t fftLenReal; /**< length of the real FFT. */ member 2296 uint32_t fftLenReal, 2310 uint32_t fftLenReal; /**< length of the real FFT. */ member 2321 uint32_t fftLenReal, 2335 uint32_t fftLenReal; /**< length of the real FFT. */ member 2348 uint32_t fftLenReal,
|