Searched refs:MIN_ENVELOPE (Results 1 – 1 of 1) sorted by relevance
33 static constexpr float MIN_ENVELOPE = 1e-6f; //-120 dB variable180 mWindowRms = std::max(sqrt(mWindowRms / mVWindow.size()), MIN_ENVELOPE); in configure()537 if (fEnv < MIN_ENVELOPE) { in processFirstStages()538 fEnv = MIN_ENVELOPE; in processFirstStages()