Skip to content

Function ::kfr_dct_create_plan_f64

function kfr_dct_create_plan_f64(size_t) capi

KFR_DCT_PLAN_F64* kfr_dct_create_plan_f64(size_t size)

Creates a DCT-II plan (double precision).

Parameters
size Size of the DCT. Must be even.
Returns
Pointer to the created DCT plan, or NULL on failure. Use kfr_dct_delete_plan_f64 to free.

Fully qualified name: kfr_dct_create_plan_f64(size_t)

Declared at capi.h:750

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