Project Ne10
An open, optimized software library for the ARM architecture.
Public Attributes | List of all members
ne10_fft_state_int32_t Struct Reference

#include <NE10_types.h>

Public Attributes

ne10_int32_t nfft
 
ne10_int32_tfactors
 
ne10_fft_cpx_int32_ttwiddles
 
ne10_fft_cpx_int32_tbuffer
 
ne10_fft_cpx_int32_tlast_twiddles
 

Detailed Description

Definition at line 331 of file NE10_types.h.

Member Data Documentation

ne10_fft_cpx_int32_t* ne10_fft_state_int32_t::buffer

Definition at line 336 of file NE10_types.h.

ne10_int32_t* ne10_fft_state_int32_t::factors

Definition at line 334 of file NE10_types.h.

ne10_fft_cpx_int32_t* ne10_fft_state_int32_t::last_twiddles

Definition at line 337 of file NE10_types.h.

ne10_int32_t ne10_fft_state_int32_t::nfft

Definition at line 333 of file NE10_types.h.

ne10_fft_cpx_int32_t* ne10_fft_state_int32_t::twiddles

Definition at line 335 of file NE10_types.h.


The documentation for this struct was generated from the following file: