Lines Matching full:loss
26 // Number of time periods used for (max) window filter for packet loss
27 // TODO(marpan): set reasonable window size for filtered packet loss,
28 // adjustment should be based on logged/real data of loss stats/correlation.
34 // The type of filter used on the received packet loss reports.
36 kNoFilter, // No filtering on received loss.
100 // Returns the effective packet loss for ER, required by this protection
103 // Return value : Required effective packet loss
135 // Estimation of residual loss after the FEC
150 // Get the effective packet loss
159 // Get the effective packet loss for ER
168 // Get the average effective recovery from FEC: for random loss model
197 // Get the effective packet loss for ER
232 // Update the filtered packet loss.
235 // - packetLossEnc : The reported packet loss filtered
282 // The amount of packet loss to cover for with FEC.
285 // - fecRateKey : Packet loss to cover for with FEC when
287 // - fecRateDelta : Packet loss to cover for with FEC when
307 // Updates the filtered loss for the average and max window packet loss,
308 // and returns the filtered loss probability in the interval [0, 255].
309 // The returned filtered loss value depends on the parameter `filter_mode`.
310 // The input parameter `lossPr255` is the received packet loss.
312 // Return value : The filtered loss probability
322 // Sets the available loss protection methods.