Searched refs:noiseGateThresholdDb (Results 1 – 2 of 2) sorted by relevance
322 pMbcBandParams->noiseGateThresholdDb = pMbcBand->getNoiseGateThreshold(); in updateParameters()546 const float noiseGateThresholdDb = pMbcBandParams->noiseGateThresholdDb; in processFirstStages() local558 } else if (envDb < noiseGateThresholdDb) { in processFirstStages()560 newLevelDb = noiseGateThresholdDb - in processFirstStages()561 expanderRatio * (noiseGateThresholdDb - envDb); in processFirstStages()
64 float noiseGateThresholdDb; member