Searched refs:ComputeMean (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/base/ |
D | rollingaccumulator_unittest.cc | 26 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()
|
D | rollingaccumulator.h | 90 double ComputeMean() const { in ComputeMean() function 128 return ComputeMean(); in ComputeWeightedMean()
|
D | bandwidthsmoother.cc | 50 const int mean_bandwidth = static_cast<int>(accumulator_.ComputeMean()); in Sample()
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | utils.h | 256 inline float ComputeMean(const float* const values, const int num_vals) { in ComputeMean() function 330 const float mean = ComputeMean(values, num_vals); in NormalizeNumbers()
|
D | optical_flow.cc | 123 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/ |
D | jitter_estimator.cc | 435 double fps = 1000000.0 / fps_counter_.ComputeMean(); in GetFrameRate()
|
/external/webrtc/talk/media/base/ |
D | videocapturer.cc | 723 stats->mean = data.ComputeMean(); in GetVariableSnapshot()
|