Project Ne10
An open, optimized software library for the ARM architecture.
|
#include <NE10_types.h>
Public Attributes | |
ne10_int32_t | nfft |
ne10_int32_t * | factors |
ne10_fft_cpx_int16_t * | twiddles |
ne10_fft_cpx_int16_t * | buffer |
Definition at line 300 of file NE10_types.h.
ne10_fft_cpx_int16_t* ne10_fft_state_int16_t::buffer |
Definition at line 305 of file NE10_types.h.
ne10_int32_t* ne10_fft_state_int16_t::factors |
Definition at line 303 of file NE10_types.h.
ne10_int32_t ne10_fft_state_int16_t::nfft |
Definition at line 302 of file NE10_types.h.
ne10_fft_cpx_int16_t* ne10_fft_state_int16_t::twiddles |
Definition at line 304 of file NE10_types.h.