Searched refs:CurrentRms (Results 1 – 4 of 4) sorted by relevance
46 EXPECT_EQ(hist_->CurrentRms(), 7.59621091765857e-02); in TestClean()87 double current_loudness = Linear2Loudness(hist_->CurrentRms()); in RunTest()
40 double CurrentRms() const;
65 double loudness = Linear2Loudness(histogram_->CurrentRms()); in GetRmsErrorDb()
214 double LoudnessHistogram::CurrentRms() const { in CurrentRms() function in webrtc::LoudnessHistogram