Home
last modified time | relevance | path

Searched refs:dbGain (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
DBiquad.h55 void setLowShelfParams(double cutoff, double dbGain);
DBiquad.cpp233 void Biquad::setLowShelfParams(double cutoff, double dbGain) in setLowShelfParams() argument
237 double A = pow(10.0, dbGain / 40.0); in setLowShelfParams()