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

  /external/webrtc/webrtc/modules/audio_processing/agc/
histogram.cc 70 len_high_activity_(0) {
85 len_high_activity_(0) {}
117 assert(len_high_activity_ <= kTransientWidthThreshold);
120 while (len_high_activity_ > 0) {
124 len_high_activity_--;
137 if (len_high_activity_ <= kTransientWidthThreshold)
139 len_high_activity_ = 0;
140 } else if (len_high_activity_ <= kTransientWidthThreshold) {
141 len_high_activity_++;
188 len_high_activity_ = 0
    [all...]
histogram.h 86 int len_high_activity_; member in class:webrtc::Histogram

Completed in 74 milliseconds