MCPcopy Create free account
hub / github.com/audacity/audacity / TableUsage

Function TableUsage

src/RealFFTf48x.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89bool useSinCosTable=false;
90
91void TableUsage(int iMask)
92{
93 tableMask=iMask;
94 useBitReverseTable=(iMask&1)!=0;
95 useSinCosTable=(iMask&2)!=0;
96}
97
98SinCosTable::SinCosTable() :
99mSinCosTablePow(13)

Callers 3

ProcessMethod · 0.85
TrackCompareMethod · 0.85
BenchmarkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected