Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPFrequency.cpp174 mWindowRms = 0; in configure()
176 mWindowRms += mVWindow[i] * mVWindow[i]; in configure()
180 mWindowRms = std::max(sqrt(mWindowRms / mVWindow.size()), MIN_ENVELOPE); in configure()
520 fEnergySum = sqrt(fEnergySum * 2) / (mBlockSize * mWindowRms); in processFirstStages()
593 fEnergySum = sqrt(fEnergySum * 2) / (mBlockSize * mWindowRms); in processFirstStages()
DDPFrequency.h154 float mWindowRms; variable