Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc/
Dloudness_histogram.cc56 static const int kTransientWidthThreshold = 7; variable
118 RTC_DCHECK_LE(len_high_activity_, kTransientWidthThreshold); in RemoveTransient()
138 if (len_high_activity_ <= kTransientWidthThreshold) in InsertNewestEntryAndUpdate()
141 } else if (len_high_activity_ <= kTransientWidthThreshold) { in InsertNewestEntryAndUpdate()
/external/webrtc/modules/audio_processing/vad/
Dpitch_based_vad.cc28 static const int kTransientWidthThreshold = 7; variable
113 if (circular_buffer_->RemoveTransient(kTransientWidthThreshold, in UpdatePrior()