OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prob10
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
test_packet_masks_metrics.cc
270
double
prob10
= 1.0 / burst_length;
local
272
double prob11 = 1.0 -
prob10
;
274
double prob01 =
prob10
* (loss_rate / (1.0 - loss_rate));
292
result *=
prob10
; // Previous lost, current received.
[
all
...]
Completed in 55 milliseconds