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

/external/webkit/Source/WebCore/webaudio/
H A DAudioParam.cpp37 const double AudioParam::SnapThreshold = 0.001; member in class:WebCore::AudioParam
58 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.h42 static const double SnapThreshold; member in class:WebCore::AudioParam

Completed in 1585 milliseconds