function kfr_dft_real_get_temp_size_f32(KFR_DFT_REAL_PLAN_F32 *) capi¶
__declspec(dllimport)
#endif
#else
#ifdef KFR_BUILDING_DLL
#define KFR_API_SPEC KFR_CDECL attribute((visibility("default")))
#else
#define KFR_API_SPEC KFR_CDECL
#endif
#endif
#ifdef __cplusplus
extern "C" { … } Get temporary (scratch) buffer size for real DFT plan (Single precision).
| plan | Pointer to the DFT plan. |
| Temporary buffer size in bytes. |
Note
Preallocating a byte buffer of the returned size and passing its pointer to the kfr_dft_execute_f** and kfr_dft_execute_inverse_f** functions may improve performance.
Defined at capi.h:439