Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dexpand.cc42 consecutive_expands_(0), in Expand()
62 consecutive_expands_ = 0; in Reset()
257 if (consecutive_expands_ == 3) { in Process()
262 if (consecutive_expands_ == 7) { in Process()
269 if ((consecutive_expands_ != 0) || !parameters.onset) { in Process()
286 if ((consecutive_expands_ > 3) && (gain >= parameters.mute_factor)) { in Process()
312 consecutive_expands_ = consecutive_expands_ >= kMaxConsecutiveExpands in Process()
314 : consecutive_expands_ + 1; in Process()
357 consecutive_expands_ = 0; in InitializeForAnExpandPeriod()
367 return consecutive_expands_ >= kMaxConsecutiveExpands; in TooManyExpands()
Dexpand.h94 int consecutive_expands_; variable