FastLED 3.9.15
Loading...
Searching...
No Matches

◆ ~Context()

fl::audio::fft::Context::~Context ( )
inline

Definition at line 95 of file fft_impl.cpp.hpp.

95 {
96 if (mFftrCfg) {
98 }
99 if (mKernels) {
101 }
102 for (int i = 0; i < static_cast<int>(mOctaves.size()); i++) {
103 if (mOctaves[i].kernels) {
104 free_kernels(mOctaves[i].kernels, mOctaves[i].cfg);
105 }
106 }
107 if (mHybridSmallFft) {
109 }
110 if (mHybridMidFft) {
112 }
113 }
fl::vector< OctaveInfo > mOctaves
void free_kernels(struct sparse_arr *kernels, struct cq_kernel_cfg cfg) FL_NOEXCEPT
#define kiss_fftr_free
Definition kiss_fftr.h:49

References FL_NOEXCEPT, free_kernels(), kiss_fftr_free, mCqCfg, mFftrCfg, mHybridMidFft, mHybridSmallFft, mKernels, and mOctaves.

+ Here is the call graph for this function: