Searched refs:mBackgroundRMS (Results 1 – 1 of 1) sorted by relevance
461 mBackgroundRMS = 0.0f; in reset()489 << std::setw(8) << mBackgroundRMS << "\n"; in analyze()537 return mBackgroundRMS; in getBackgroundRMS()564 mBackgroundRMS = sqrtf(mBackgroundSumSquare / mBackgroundSumCount); in processInputFrame()634 double mBackgroundRMS = 0.0; variable