Searched refs:MinFFTSize (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DReverbConvolver.cpp53 const size_t MinFFTSize = 128; member in namespace:WebCore
66 , m_minFFTSize(MinFFTSize) // First stage will have this size - successive stages will double in size each time
172 const int SliceSize = MinFFTSize / 2;
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DRealtimeAnalyser.h72 static const unsigned MinFFTSize; member in class:WebCore::RealtimeAnalyser
H A DRealtimeAnalyser.cpp49 // All FFT implementations are expected to handle power-of-two sizes MinFFTSize <= size <= MaxFFTSize.
50 const unsigned RealtimeAnalyser::MinFFTSize = 32; member in class:WebCore::RealtimeAnalyser
85 if (!isPOT || size > MaxFFTSize || size < MinFFTSize)

Completed in 120 milliseconds