Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc/
Dloudness_histogram.cc71 len_high_activity_(0) { in LoudnessHistogram()
86 len_high_activity_(0) {} in LoudnessHistogram()
118 RTC_DCHECK_LE(len_high_activity_, kTransientWidthThreshold); in RemoveTransient()
121 while (len_high_activity_ > 0) { in RemoveTransient()
125 len_high_activity_--; in RemoveTransient()
138 if (len_high_activity_ <= kTransientWidthThreshold) in InsertNewestEntryAndUpdate()
140 len_high_activity_ = 0; in InsertNewestEntryAndUpdate()
141 } else if (len_high_activity_ <= kTransientWidthThreshold) { in InsertNewestEntryAndUpdate()
142 len_high_activity_++; in InsertNewestEntryAndUpdate()
189 len_high_activity_ = 0; in Reset()
Dloudness_histogram.h85 int len_high_activity_; variable