HomeSort by relevance Sort by last modified time
    Searched refs:m_maxFFTSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ReverbConvolver.h 78 // First stage will be of size m_minFFTSize. Each next stage will be twice as big until we hit m_maxFFTSize.
80 size_t m_maxFFTSize;
ReverbConvolver.cpp 64 , m_maxFFTSize(maxFFTSize) // until we hit m_maxFFTSize
118 if (fftSize > m_maxFFTSize)
119 fftSize = m_maxFFTSize;

Completed in 22 milliseconds