Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Aidl/
DBundleContext.cpp208 float bandFactor = mBandGainmB[i] / 1500.0; in limitLevel() local
210 float bandEnergy = bandFactor * bandCoefficient * bandCoefficient; in limitLevel()
240 float bandFactor = mBandGainmB[i] / 1500.0; in limitLevel() local
242 float bandEnergy = boostFactor * bandFactor * bandCrossCoefficient; in limitLevel()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp747 float bandFactor = pContext->pBundledContext->bandGaindB[i] / 15.0; in LvmEffect_limitLevel() local
749 float bandEnergy = bandFactor * bandCoefficient * bandCoefficient; in LvmEffect_limitLevel()
780 float bandFactor = pContext->pBundledContext->bandGaindB[i] / 15.0; in LvmEffect_limitLevel() local
782 float bandEnergy = boostFactor * bandFactor * bandCrossCoefficient; in LvmEffect_limitLevel()