Skip to content

function kfr_dct_get_size_f32(KFR_DCT_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 the size of a DCT plan.

Parameters
plan Pointer to the DCT plan.
Returns
Size of the DCT as passed to kfr_dct_create_plan_f**.

Defined at capi.h:549