Home
last modified time | relevance | path

Searched refs:len_high_activity_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/agc/
Dhistogram.cc70 len_high_activity_(0) { in Histogram()
85 len_high_activity_(0) {} in Histogram()
117 assert(len_high_activity_ <= kTransientWidthThreshold); in RemoveTransient()
120 while (len_high_activity_ > 0) { in RemoveTransient()
124 len_high_activity_--; in RemoveTransient()
137 if (len_high_activity_ <= kTransientWidthThreshold) in InsertNewestEntryAndUpdate()
139 len_high_activity_ = 0; in InsertNewestEntryAndUpdate()
140 } else if (len_high_activity_ <= kTransientWidthThreshold) { in InsertNewestEntryAndUpdate()
141 len_high_activity_++; in InsertNewestEntryAndUpdate()
188 len_high_activity_ = 0; in Reset()
Dhistogram.h86 int len_high_activity_; variable