Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dneteq_quality_test.cc172 double prob_trans_10) { in ProbTrans00Solver() argument
174 return prob_trans_10 / (1.0f - loss_rate) - prob_trans_10; in ProbTrans00Solver()
188 const double a = (1.0f - loss_rate) / prob_trans_10; in ProbTrans00Solver()
189 const double b = (loss_rate - 1.0f) * (1.0f + 1.0f / prob_trans_10); in ProbTrans00Solver()
333 double prob_trans_10 = 1.0f * kPacketLossTimeUnitMs / FLAGS_burst_length; in SetUp() local
334 double prob_trans_00 = ProbTrans00Solver(units, loss_rate, prob_trans_10); in SetUp()
335 loss_model_.reset(new GilbertElliotLoss(1.0f - prob_trans_10, in SetUp()