Home
last modified time | relevance | path

Searched refs:fftLenReal (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/
Darm_rfft_init_f32.c70 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()
Darm_rfft_init_q15.c67 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()
Darm_rfft_init_q31.c69 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()
Darm_rfft_q31.c93 uint32_t L2 = S->fftLenReal >> 1U; in arm_rfft_q31()
104 arm_shift_q31(pDst, 1, pDst, S->fftLenReal); in arm_rfft_q31()
Darm_rfft_q15.c92 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/
Dtransform_functions.h328 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/
Dfsl_powerquad_cmsis.c257 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/
Darm_math.h2285 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,