Searched refs:tot_num_packets (Results 1 – 1 of 1) sorted by relevance
165 int GapLoss(int tot_num_packets, uint8_t* state) { in GapLoss() argument169 for (int i = 0; i < tot_num_packets; i++) { in GapLoss()176 for (int i = first_loss + 1; i < tot_num_packets; i++) { in GapLoss()250 int tot_num_packets) { in ComputeProbabilityWeight() argument259 for (int i = 0; i < tot_num_packets; i++) { in ComputeProbabilityWeight()286 for (int i = 1; i < tot_num_packets; i++) { in ComputeProbabilityWeight()395 int tot_num_packets = num_media_packets + num_fec_packets; in ComputeMetricsForCode() local396 rtc::scoped_ptr<uint8_t[]> state(new uint8_t[tot_num_packets]); in ComputeMetricsForCode()397 memset(state.get() , 0, tot_num_packets); in ComputeMetricsForCode()399 int num_loss_configurations = static_cast<int>(pow(2.0f, tot_num_packets)); in ComputeMetricsForCode()[all …]