Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dexpand.cc45 current_lag_index_(0), in Expand()
103 size_t current_lag = expand_lags_[current_lag_index_]; in Process()
110 if (current_lag_index_ == 0) { in Process()
117 } else if (current_lag_index_ == 1) { in Process()
123 } else if (current_lag_index_ == 2) { in Process()
316 current_lag_index_ = 0; in SetParametersForNormalAfterExpand()
324 current_lag_index_ = -1; /* out of the 3 possible ones */ in SetParametersForMergeAfterExpand()
335 current_lag_index_ = -1; in InitializeForAnExpandPeriod()
837 current_lag_index_ = current_lag_index_ + lag_index_direction_; in UpdateLagIndex()
839 if (current_lag_index_ <= 0) { in UpdateLagIndex()
[all …]
Dexpand.h138 int current_lag_index_; variable