Skip to content

Function ::kfr_dct_get_size_f32

function kfr_dct_get_size_f32(KFR_DCT_PLAN_F32 *) capi

size_t kfr_dct_get_size_f32(KFR_DCT_PLAN_F32* plan)

Returns 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_f32 .

Fully qualified name: kfr_dct_get_size_f32(KFR_DCT_PLAN_F32 *)

Declared at capi.h:772

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.