OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_maxFFTSize
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
ReverbConvolver.h
79
// First stage will be of size m_minFFTSize. Each next stage will be twice as big until we hit
m_maxFFTSize
.
81
size_t
m_maxFFTSize
;
ReverbConvolver.cpp
69
,
m_maxFFTSize
(maxFFTSize) // until we hit
m_maxFFTSize
122
if (fftSize >
m_maxFFTSize
)
123
fftSize =
m_maxFFTSize
;
Completed in 70 milliseconds