Searched defs:standard_deviation (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dvideo_sync_test.cc54 float standard_deviation = CollectEstimatesDuring15Seconds(min_estimate); local
55 EXPECT_LT(standard_deviation, 30.0f);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb89 def standard_deviation method in class:ANTLR3.Profile.DataSet
172 mean, stdev = '%4.2f' % set.average, '%4.2f' % set.standard_deviation
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dprofiler.cc100 double ProfilerEvent::standard_deviation() const { function in class:talk_base::ProfilerEvent
199 << " sd=" << profiler_event.standard_deviation();
/external/chromium_org/third_party/webrtc/base/
H A Dprofiler.cc83 double ProfilerEvent::standard_deviation() const { function in class:rtc::ProfilerEvent
182 << " sd=" << profiler_event.standard_deviation();
/external/chromium_org/chrome/browser/net/
H A Durl_info.cc250 int standard_deviation() const { function in class:chrome_browser_net::MinMaxAverage
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework.cc108 int Random::Gaussian(int mean, int standard_deviation) { argument
118 return static_cast<int>(mean + standard_deviation *

Completed in 1059 milliseconds