HomeSort by relevance Sort by last modified time
    Searched refs:sum_of_squares_ (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/transient/
moving_moments.cc 24 sum_of_squares_(0.0) {
43 sum_of_squares_ += in[i] * in[i] - old_value * old_value;
45 second[i] = sum_of_squares_ / length_;
moving_moments.h 46 float sum_of_squares_; member in class:webrtc::MovingMoments
  /art/runtime/base/
histogram.h 121 Value sum_of_squares_; member in class:art::Histogram
histogram-inl.h 104 sum_of_squares_ += val * val;
124 sum_of_squares_ = 0;
153 static_cast<double>(sum_of_squares_) / static_cast<double>(sample_size_);

Completed in 80 milliseconds