Home
last modified time | relevance | path

Searched refs:CurrentRms (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/agc/
Dhistogram_unittest.cc44 EXPECT_EQ(hist_->CurrentRms(), 7.59621091765857e-02); in TestClean()
84 double current_loudness = Linear2Loudness(hist_->CurrentRms()); in RunTest()
Dhistogram.h41 double CurrentRms() const;
Dagc.cc80 double loudness = Linear2Loudness(histogram_->CurrentRms()); in GetRmsErrorDb()
Dhistogram.cc213 double Histogram::CurrentRms() const { in CurrentRms() function in webrtc::Histogram