Searched refs:num_fec_for_imp_packets (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/ |
D | forward_error_correction_internal.cc | 235 int num_fec_for_imp_packets, in RemainingPacketProtection() argument 244 PacketMaskSize(num_media_packets - num_fec_for_imp_packets); in RemainingPacketProtection() 246 auto end_row = (num_fec_for_imp_packets + num_fec_remaining); in RemainingPacketProtection() 248 num_media_packets - num_fec_for_imp_packets, num_fec_remaining); in RemainingPacketProtection() 250 ShiftFitSubMask(num_mask_bytes, res_mask_bytes, num_fec_for_imp_packets, in RemainingPacketProtection() 260 &packet_mask[num_fec_for_imp_packets * num_mask_bytes]); in RemainingPacketProtection() 274 void ImportantPacketProtection(int num_fec_for_imp_packets, in ImportantPacketProtection() argument 283 mask_table->LookUp(num_imp_packets, num_fec_for_imp_packets); in ImportantPacketProtection() 285 FitSubMask(num_mask_bytes, num_imp_mask_bytes, num_fec_for_imp_packets, in ImportantPacketProtection() 301 int num_fec_for_imp_packets = (num_imp_packets < max_num_fec_for_imp) in SetProtectionAllocation() local [all …]
|