HomeSort by relevance Sort by last modified time
    Searched defs:GilbertElliotLoss (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
neteq_quality_test.cc 170 GilbertElliotLoss::GilbertElliotLoss(double prob_trans_11, double prob_trans_01)
177 bool GilbertElliotLoss::Lost() {
234 loss_model_.reset(new GilbertElliotLoss(1.0f - prob_trans_10,
neteq_quality_test.h 49 class GilbertElliotLoss : public LossModel {
51 GilbertElliotLoss(double prob_trans_11, double prob_trans_01);
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_external_transport.cc 218 previous_drop_ = GilbertElliotLoss(
539 bool TbExternalTransport::GilbertElliotLoss(int loss_rate, int burst_length) {

Completed in 272 milliseconds