Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc/
Dloudness_histogram_unittest.cc46 EXPECT_EQ(hist_->CurrentRms(), 7.59621091765857e-02); in TestClean()
87 double current_loudness = Linear2Loudness(hist_->CurrentRms()); in RunTest()
Dloudness_histogram.h40 double CurrentRms() const;
Dagc.cc65 double loudness = Linear2Loudness(histogram_->CurrentRms()); in GetRmsErrorDb()
Dloudness_histogram.cc214 double LoudnessHistogram::CurrentRms() const { in CurrentRms() function in webrtc::LoudnessHistogram