Home
last modified time | relevance | path

Searched defs:l_bit (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Dforward_error_correction_internal.cc188 const int l_bit = in RemainingPacketProtection() local
227 const int l_bit = num_imp_packets > 16 ? 1 : 0; in ImportantPacketProtection() local
355 int l_bit = num_media_packets > 16 ? 1 : 0; in GeneratePacketMasks() local
Dforward_error_correction.cc128 bool l_bit = (num_media_packets > 8 * kMaskSizeLBitClear); in GenerateFEC() local
210 int num_fec_packets, bool l_bit) { in GenerateFecBitStrings()
389 const PacketList& media_packet_list, uint8_t* packet_mask, bool l_bit, in GenerateFecUlpHeaders()