Home
last modified time | relevance | path

Searched refs:ComputeMean (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/base/
Drollingaccumulator_unittest.cc26 EXPECT_DOUBLE_EQ(0.0, accum.ComputeMean()); in TEST()
40 EXPECT_DOUBLE_EQ(1.5, accum.ComputeMean()); in TEST()
55 EXPECT_DOUBLE_EQ(6.5, accum.ComputeMean()); in TEST()
69 EXPECT_DOUBLE_EQ(100.0, accum.ComputeMean()); in TEST()
82 EXPECT_DOUBLE_EQ(2.0, accum.ComputeMean()); in TEST()
95 EXPECT_DOUBLE_EQ(87.5, accum.ComputeMean()); in TEST()
112 EXPECT_DOUBLE_EQ(3.5, accum.ComputeMean()); in TEST()
Drollingaccumulator.h90 double ComputeMean() const { in ComputeMean() function
128 return ComputeMean(); in ComputeWeightedMean()
Dbandwidthsmoother.cc50 const int mean_bandwidth = static_cast<int>(accumulator_.ComputeMean()); in Sample()
/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator.cc435 double fps = 1000000.0 / fps_counter_.ComputeMean(); in GetFrameRate()
/external/webrtc/talk/media/base/
Dvideocapturer.cc723 stats->mean = data.ComputeMean(); in GetVariableSnapshot()