Searched refs:CurrentRms (Results 1 – 4 of 4) sorted by relevance
44 EXPECT_EQ(hist_->CurrentRms(), 7.59621091765857e-02); in TestClean()84 double current_loudness = Linear2Loudness(hist_->CurrentRms()); in RunTest()
41 double CurrentRms() const;
80 double loudness = Linear2Loudness(histogram_->CurrentRms()); in GetRmsErrorDb()
213 double Histogram::CurrentRms() const { in CurrentRms() function in webrtc::Histogram