decibelsToLinear 35 Source/platform/audio/AudioUtilities.h PLATFORM_EXPORT float decibelsToLinear(float); decibelsToLinear 124 Source/platform/audio/DynamicsCompressorKernel.cpp y = decibelsToLinear(yDb); decibelsToLinear 154 Source/platform/audio/DynamicsCompressorKernel.cpp float x = decibelsToLinear(xDb); decibelsToLinear 185 Source/platform/audio/DynamicsCompressorKernel.cpp m_linearThreshold = decibelsToLinear(dbThreshold); decibelsToLinear 195 Source/platform/audio/DynamicsCompressorKernel.cpp m_kneeThreshold = decibelsToLinear(m_kneeThresholdDb); decibelsToLinear 240 Source/platform/audio/DynamicsCompressorKernel.cpp float masterLinearGain = decibelsToLinear(dbPostGain) * fullRangeMakeupGain; decibelsToLinear 340 Source/platform/audio/DynamicsCompressorKernel.cpp envelopeRate = decibelsToLinear(dbPerFrame); decibelsToLinear 404 Source/platform/audio/DynamicsCompressorKernel.cpp float satReleaseRate = decibelsToLinear(dbPerFrame) - 1;