HomeSort by relevance Sort by last modified time
    Searched full:m_slope (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGComponentTransferFunctionElement.cpp 55 , m_slope(1)
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel.h 110 float m_slope; // Inverse ratio. member in class:WebCore::DynamicsCompressorKernel
DynamicsCompressorKernel.cpp 57 , m_slope(uninitializedValue)
122 float yDb = m_ykneeThresholdDb + m_slope * (xDb - m_kneeThresholdDb);
190 m_slope = 1 / m_ratio;

Completed in 309 milliseconds