![]() |
Project Ne10
An Open Optimized Software Library Project for the ARM Architecture
|
User-callable function to destroy all necessary storage space for the fft. More...
Functions | |
void | ne10_fft_destroy_r2c_float32 (ne10_fft_r2c_cfg_float32_t cfg) |
void | ne10_fft_destroy_r2c_int32 (ne10_fft_r2c_cfg_int32_t cfg) |
void | ne10_fft_destroy_r2c_int16 (ne10_fft_r2c_cfg_int16_t cfg) |
User-callable function to destroy all necessary storage space for the fft.
[in] | cfg | point to the FFT config memory. This memory is allocaed with malloc by Ne10. |