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

◆ computeBinEdgesQ16()

void fl::audio::fft::Context::computeBinEdgesQ16 ( )
inlineprivate

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

419 {
420 int n = static_cast<int>(mLogBinEdges.size());
421 mLogBinEdgesQ16.resize(n);
422 for (int i = 0; i < n; ++i) {
423 mLogBinEdgesQ16[i] = u16x16(mLogBinEdges[i]);
424 }
425 }
fl::vector< float > mLogBinEdges
fl::vector< u16x16 > mLogBinEdgesQ16

References mLogBinEdges, and mLogBinEdgesQ16.

Referenced by initHybrid(), and initLogRebin().

+ Here is the caller graph for this function: