OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_minFFTSize
(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.
79
size_t
m_minFFTSize
;
ReverbConvolver.cpp
63
,
m_minFFTSize
(MinFFTSize) // First stage will have this size - successive stages will double in size each time
84
size_t fftSize =
m_minFFTSize
;
Completed in 21 milliseconds