Searched refs:mPeakNoise (Results 1 – 1 of 1) sorted by relevance
851 printf(LOOPBACK_RESULT_TAG "peak.noise = %8f\n", mPeakNoise); in report()853 float amplitudeRatio = mMagnitude / mPeakNoise; in report()933 mPeakNoise = std::max(abs(sample), mPeakNoise); in process()939 mTolerance = std::max(MIN_TOLERANCE, mPeakNoise * 2.0f); in process()1046 mPeakNoise = 0.0f; in reset()1102 float mPeakNoise = 0.0f; variable