Home
last modified time | relevance | path

Searched refs:fftCache (Results 1 – 2 of 2) sorted by relevance

/dports/comms/inspectrum/inspectrum-d6115cb458068fa64c7bbd9020bcbab3373fee0e/
H A Dspectrogramplot.cpp55 fftCache.clear(); in invalidateEvent()
189 std::array<float, tileSize>* obj = fftCache.object(TileCacheKey(fftSize, zoomLevel, tile)); in getFFTTile()
201 fftCache.insert(TileCacheKey(fftSize, zoomLevel, tile), destStorage); in getFFTTile()
H A Dspectrogramplot.h67 QCache<TileCacheKey, std::array<float, tileSize>> fftCache; variable