Home
last modified time | relevance | path

Searched refs:fftLenRFFT (Results 1 – 6 of 6) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_rfft_fast_init_f16.c67 S->fftLenRFFT = 32U; in arm_rfft_32_fast_init_f16()
96 S->fftLenRFFT = 64U; in arm_rfft_64_fast_init_f16()
126 S->fftLenRFFT = 128; in arm_rfft_128_fast_init_f16()
156 S->fftLenRFFT = 256U; in arm_rfft_256_fast_init_f16()
186 S->fftLenRFFT = 512U; in arm_rfft_512_fast_init_f16()
215 S->fftLenRFFT = 1024U; in arm_rfft_1024_fast_init_f16()
243 S->fftLenRFFT = 2048U; in arm_rfft_2048_fast_init_f16()
272 S->fftLenRFFT = 4096U; in arm_rfft_4096_fast_init_f16()
Darm_rfft_fast_init_f32.c64 S->fftLenRFFT = 32U; in arm_rfft_32_fast_init_f32()
93 S->fftLenRFFT = 64U; in arm_rfft_64_fast_init_f32()
123 S->fftLenRFFT = 128; in arm_rfft_128_fast_init_f32()
153 S->fftLenRFFT = 256U; in arm_rfft_256_fast_init_f32()
183 S->fftLenRFFT = 512U; in arm_rfft_512_fast_init_f32()
212 S->fftLenRFFT = 1024U; in arm_rfft_1024_fast_init_f32()
240 S->fftLenRFFT = 2048U; in arm_rfft_2048_fast_init_f32()
269 S->fftLenRFFT = 4096U; in arm_rfft_4096_fast_init_f32()
Darm_rfft_fast_init_f64.c59 S->fftLenRFFT = 32U; in arm_rfft_32_fast_init_f64()
88 S->fftLenRFFT = 64U; in arm_rfft_64_fast_init_f64()
117 S->fftLenRFFT = 128U; in arm_rfft_128_fast_init_f64()
146 S->fftLenRFFT = 256U; in arm_rfft_256_fast_init_f64()
175 S->fftLenRFFT = 512U; in arm_rfft_512_fast_init_f64()
203 S->fftLenRFFT = 1024U; in arm_rfft_1024_fast_init_f64()
230 S->fftLenRFFT = 2048U; in arm_rfft_2048_fast_init_f64()
258 S->fftLenRFFT = 4096U; in arm_rfft_4096_fast_init_f64()
Darm_rfft_fast_f64.c205 Sint->fftLen = S->fftLenRFFT / 2; in arm_rfft_fast_f64()
/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dtransform_functions.h414 uint16_t fftLenRFFT; /**< length of the real sequence */ member
435 uint16_t fftLenRFFT; /**< length of the real sequence */ member
Dtransform_functions_f16.h112 uint16_t fftLenRFFT; /**< length of the real sequence */ member