Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
Dtest_packet_masks_metrics.cc248 void ComputeProbabilityWeight(double* prob_weight, in ComputeProbabilityWeight() argument
303 prob_weight[k] = result; in ComputeProbabilityWeight()
388 rtc::scoped_ptr<double[]> prob_weight(new double[kNumLossModels]); in ComputeMetricsForCode() local
389 memset(prob_weight.get() , 0, sizeof(double) * kNumLossModels); in ComputeMetricsForCode()
460 ComputeProbabilityWeight(prob_weight.get(), in ComputeMetricsForCode()
466 prob_weight[k]; in ComputeMetricsForCode()
468 residual_loss * prob_weight[k]; in ComputeMetricsForCode()