Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dexpand.cc44 lag_index_direction_(0), in Expand()
317 lag_index_direction_ = 0; in SetParametersForNormalAfterExpand()
325 lag_index_direction_ = 1; /* make sure we get the "optimal" lag */ in SetParametersForMergeAfterExpand()
334 lag_index_direction_ = 1; in InitializeForAnExpandPeriod()
837 current_lag_index_ = current_lag_index_ + lag_index_direction_; in UpdateLagIndex()
840 lag_index_direction_ = 1; in UpdateLagIndex()
843 lag_index_direction_ = -1; in UpdateLagIndex()
Dexpand.h137 int lag_index_direction_; variable