Searched refs:num_imp_packets (Results 1 – 2 of 2) sorted by relevance
242 int num_imp_packets, in ImportantPacketProtection() argument246 const int l_bit = num_imp_packets > 16 ? 1 : 0; in ImportantPacketProtection()252 mask_table.fec_packet_mask_table()[num_imp_packets - in ImportantPacketProtection()264 int num_imp_packets) { in SetProtectionAllocation() argument271 int num_fec_for_imp_packets = (num_imp_packets < max_num_fec_for_imp) in SetProtectionAllocation()272 ? num_imp_packets in SetProtectionAllocation()276 if (num_fec_packets == 1 && (num_media_packets > 2 * num_imp_packets)) { in SetProtectionAllocation()330 int num_imp_packets, in UnequalProtectionMask() argument342 num_media_packets, num_fec_packets, num_imp_packets); in UnequalProtectionMask()352 ImportantPacketProtection(num_fec_for_imp_packets, num_imp_packets, in UnequalProtectionMask()[all …]
64 int num_imp_packets, bool use_unequal_protection,