Home
last modified time | relevance | path

Searched refs:noiseGateThresholdDb (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPFrequency.cpp322 pMbcBandParams->noiseGateThresholdDb = pMbcBand->getNoiseGateThreshold(); in updateParameters()
546 const float noiseGateThresholdDb = pMbcBandParams->noiseGateThresholdDb; in processFirstStages() local
558 } else if (envDb < noiseGateThresholdDb) { in processFirstStages()
560 newLevelDb = noiseGateThresholdDb - in processFirstStages()
561 expanderRatio * (noiseGateThresholdDb - envDb); in processFirstStages()
DDPFrequency.h64 float noiseGateThresholdDb; member