Home
last modified time | relevance | path

Searched refs:setLowShelfParams (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/webaudio/
DBiquadDSPKernel.cpp61 m_biquad.setLowShelfParams(normalizedValue1, value2); in process()
/external/webkit/Source/WebCore/platform/audio/
DBiquad.h55 void setLowShelfParams(double cutoff, double dbGain);
DHRTFKernel.cpp85 filter.setLowShelfParams(700.0 / nyquist(), 6.0); // boost 6dB at 700Hz in HRTFKernel()
DBiquad.cpp233 void Biquad::setLowShelfParams(double cutoff, double dbGain) in setLowShelfParams() function in WebCore::Biquad
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1646681 (WebCore::Biquad::setLowShelfParams):
DChangeLog-2010-12-0658483 (WebCore::Biquad::setLowShelfParams):