Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dexpand.cc40 consecutive_expands_(0), in Expand()
60 consecutive_expands_ = 0; in Reset()
246 if (consecutive_expands_ == 3) { in Process()
251 if (consecutive_expands_ == 7) { in Process()
258 if ((consecutive_expands_ != 0) || !parameters.onset) { in Process()
276 if ((consecutive_expands_ > 3) && (gain >= parameters.mute_factor)) { in Process()
306 consecutive_expands_ = consecutive_expands_ >= kMaxConsecutiveExpands ? in Process()
307 kMaxConsecutiveExpands : consecutive_expands_ + 1; in Process()
338 consecutive_expands_ = 0; in InitializeForAnExpandPeriod()
348 return consecutive_expands_ >= kMaxConsecutiveExpands; in TooManyExpands()
Dexpand.h96 int consecutive_expands_; variable