Searched refs:thresholdDb (Results 1 – 2 of 2) sorted by relevance
320 pMbcBandParams->thresholdDb = pMbcBand->getThreshold(); in updateParameters()358 cb.mLimiterParams.thresholdDb = pLimiter->getThreshold(); in updateParameters()543 const float thresholdDb = pMbcBandParams->thresholdDb; in processFirstStages() local550 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() local614 if (envDb > thresholdDb) { in processFirstStages()616 newFactorDb = ((1 / ratio) - 1) * (envDb - thresholdDb); in processFirstStages()
62 float thresholdDb; member75 float thresholdDb; member