Searched refs:SnapThreshold (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioParam.cpp41 const double AudioParam::SnapThreshold = 0.001; member in class:blink::AudioParam
90 if (fabs(m_smoothedValue - m_value) < SnapThreshold) // FIXME: the threshold needs to be adjustable depending on range - but this is OK general purpose value.
H A DAudioParam.h49 static const double SnapThreshold; member in class:blink::FINAL

Completed in 80 milliseconds