Skip to content

function kfr_dct_create_plan_f32(size_t) 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" { … }

Create a DCT-II plan (Single precision).

Parameters
size Size of the DCT. Must be even.
Returns
Pointer to the created DCT plan.

Defined at capi.h:523