Searched refs:sum_2_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Drollingaccumulator.h46 sum_2_ = 0.0;
58 sum_2_ -= sample_to_remove * sample_to_remove;
72 sum_2_ += sample * sample;
151 double mean_2 = sum_2_ * count_inv;
160 double sum_2_; // Sum(x*x) - double to avoid overflow member in class:rtc::RollingAccumulator

Completed in 98 milliseconds