Function ::kfr_dct_get_temp_size_f32¶
function kfr_dct_get_temp_size_f32(KFR_DCT_PLAN_F32 *) capi¶
size_t kfr_dct_get_temp_size_f32(KFR_DCT_PLAN_F32* plan) Returns the temporary (scratch) buffer size required by the DCT plan.
| plan | Pointer to the DCT plan. |
| Temporary buffer size in bytes. |
Note
Preallocating a byte buffer of the returned size and passing its pointer to kfr_dct_execute_f32 and kfr_dct_execute_inverse_f32 may improve performance.
Fully qualified name: kfr_dct_get_temp_size_f32(KFR_DCT_PLAN_F32 *)
Declared at capi.h:790
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.