class dct_plan<T> dft¶
template <typename T>
struct dct_plan : dft_plan<T> { … } DCT type 2 (unscaled)
constructor dct_plan<T>(size_t) ¶
dct_plan(size_t size) Defined at dft/fft.hpp:930
function execute(T *, const T *, u8 *, bool) ¶
Defined at dft/fft.hpp:932
function execute(univector<T, Tag1> &, const univector<T, Tag2> &, univector<u8, Tag3> &, bool) ¶
template <univector_tag Tag1, univector_tag Tag2, univector_tag Tag3>
KFR_MEM_INTRINSIC void execute(univector<T, Tag1>& out, const univector<T, Tag2>& in,
univector<u8, Tag3>& temp, bool inverse = false) const Defined at dft/fft.hpp:973
Defined at dft/fft.hpp:928