Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPFrequency.cpp320 pMbcBandParams->thresholdDb = pMbcBand->getThreshold(); in updateParameters()
358 cb.mLimiterParams.thresholdDb = pLimiter->getThreshold(); in updateParameters()
543 const float thresholdDb = pMbcBandParams->thresholdDb; in processFirstStages() local
550 if (envDb > thresholdDb + kneeWidthDbHalf) { in processFirstStages()
552 newLevelDb = envDb + ((1 / ratio) - 1) * (envDb - thresholdDb); in processFirstStages()
553 } else if (envDb > thresholdDb - kneeWidthDbHalf) { in processFirstStages()
555 float temp = (envDb - thresholdDb + kneeWidthDbHalf); in processFirstStages()
611 const float thresholdDb = cb.mLimiterParams.thresholdDb; in processFirstStages() local
614 if (envDb > thresholdDb) { in processFirstStages()
616 newFactorDb = ((1 / ratio) - 1) * (envDb - thresholdDb); in processFirstStages()
DDPFrequency.h62 float thresholdDb; member
75 float thresholdDb; member