Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dneteq_quality_test.cc276 lost_last_(false), in GilbertElliotLoss()
284 if (lost_last_) { in Lost()
287 return lost_last_ = uniform_loss_model_->Lost(); in Lost()
290 return lost_last_ = uniform_loss_model_->Lost(); in Lost()
Dneteq_quality_test.h60 bool lost_last_; variable