Home
last modified time | relevance | path

Searched refs:ComputeMean (Results 1 – 7 of 7) 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/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dutils.h256 inline float ComputeMean(const float* const values, const int num_vals) { in ComputeMean() function
330 const float mean = ComputeMean(values, num_vals); in NormalizeNumbers()
Doptical_flow.cc123 const float mean_I = ComputeMean(vals_I, kFlowArraySize); in FindFlowAtPoint_LK()
160 const float mean_J = ComputeMean(vals_J, kFlowArraySize); in FindFlowAtPoint_LK()
/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()