Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
Dtest_packet_masks_metrics.cc270 double prob10 = 1.0 / burst_length; in ComputeProbabilityWeight() local
272 double prob11 = 1.0 - prob10; in ComputeProbabilityWeight()
274 double prob01 = prob10 * (loss_rate / (1.0 - loss_rate)); in ComputeProbabilityWeight()
292 result *= prob10; // Previous lost, current received. in ComputeProbabilityWeight()