Searched refs:prob_trans_10 (Results 1 – 1 of 1) sorted by relevance
172 double prob_trans_10) { in ProbTrans00Solver() argument174 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() local334 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()