OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_convolverL1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/
HRTFPanner.h
64
// Initially we use CrossfadeSelection1 corresponding to
m_convolverL1
and m_convolverR1.
71
// Selects either the convolver set (
m_convolverL1
, m_convolverR1) or (m_convolverL2, m_convolverR2).
93
FFTConvolver
m_convolverL1
;
HRTFPanner.cpp
60
,
m_convolverL1
(fftSizeForSampleRate(sampleRate))
89
m_convolverL1
.reset();
261
m_convolverL1
.process(kernelL1->fftFrame(), segmentDestinationL, convolutionDestinationL1, framesPerSegment);
Completed in 463 milliseconds