linearToDecibels  216 Source/modules/webaudio/RealtimeAnalyser.cpp             double dbMag = !linearValue ? minDecibels : AudioUtilities::linearToDecibels(linearValue);
linearToDecibels  243 Source/modules/webaudio/RealtimeAnalyser.cpp             double dbMag = !linearValue ? minDecibels : AudioUtilities::linearToDecibels(linearValue);
linearToDecibels   34 Source/platform/audio/AudioUtilities.h PLATFORM_EXPORT float linearToDecibels(float);
linearToDecibels  121 Source/platform/audio/DynamicsCompressorKernel.cpp         float xDb = linearToDecibels(x);
linearToDecibels  140 Source/platform/audio/DynamicsCompressorKernel.cpp     float xDb = linearToDecibels(x);
linearToDecibels  141 Source/platform/audio/DynamicsCompressorKernel.cpp     float x2Db = linearToDecibels(x2);
linearToDecibels  143 Source/platform/audio/DynamicsCompressorKernel.cpp     float yDb = linearToDecibels(kneeCurve(x, k));
linearToDecibels  144 Source/platform/audio/DynamicsCompressorKernel.cpp     float y2Db = linearToDecibels(kneeCurve(x2, k));
linearToDecibels  197 Source/platform/audio/DynamicsCompressorKernel.cpp         m_ykneeThresholdDb = linearToDecibels(kneeCurve(m_kneeThreshold, k));
linearToDecibels  310 Source/platform/audio/DynamicsCompressorKernel.cpp         float compressionDiffDb = linearToDecibels(m_compressorGain / scaledDesiredGain);
linearToDecibels  399 Source/platform/audio/DynamicsCompressorKernel.cpp                 float attenuationDb = -linearToDecibels(attenuation);