Searched refs:thresholdDb (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libeffects/dynamicsproc/dsp/ |
D | DPFrequency.cpp | 320 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()
|
D | DPFrequency.h | 62 float thresholdDb; member 75 float thresholdDb; member
|
/frameworks/av/media/libeffects/dynamicsproc/aidl/ |
D | DynamicsProcessing.cpp | 135 .thresholdDb = -200, 150 .thresholdDb = 200, 174 .thresholdDb = -200, 184 .thresholdDb = 200,
|
D | DynamicsProcessingContext.cpp | 216 .thresholdDb = band->getThreshold(), in getMbcBand() 240 .thresholdDb = limiter->getThreshold(), in getLimiter() 489 config.releaseTimeMs, config.ratio, config.thresholdDb, config.kneeWidthDb, in setDpChannelBand_l() 504 config.thresholdDb, config.postGainDb); in setDpChannelBand_l()
|
/frameworks/av/media/libaudiohal/impl/effectsAidlConversion/ |
D | AidlConversionDynamicsProcessing.cpp | 258 RETURN_IF_ERROR(param.readFromValue(&config.thresholdDb)); in readMbcBandConfigFromParam() 280 RETURN_IF_ERROR(param.readFromValue(&config.thresholdDb)); in readLimiterConfigFromParam() 421 RETURN_STATUS_IF_ERROR(param.writeToValue(&bandIt.thresholdDb)); in getMbcBandConfig() 457 RETURN_STATUS_IF_ERROR(param.writeToValue(&config.thresholdDb)); in getLimiterConfig()
|