Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_quality_test.cc128 double prob_trans_10) { in ProbTrans00Solver() argument
130 return prob_trans_10 / (1.0f - loss_rate) - prob_trans_10; in ProbTrans00Solver()
144 const double a = (1.0f - loss_rate) / prob_trans_10; in ProbTrans00Solver()
145 const double b = (loss_rate - 1.0f) * (1.0f + 1.0f / prob_trans_10); in ProbTrans00Solver()
344 double prob_trans_10 = in SetUp() local
346 double prob_trans_00 = ProbTrans00Solver(units, loss_rate, prob_trans_10); in SetUp()
348 new GilbertElliotLoss(1.0f - prob_trans_10, 1.0f - prob_trans_00)); in SetUp()