Searched refs:kPacketLossMax (Results 1 – 1 of 1) sorted by relevance
27 static const int kPacketLossMax = 129; variable346 if (packetLoss >= kPacketLossMax) { in ProtectionFactor()347 packetLoss = kPacketLossMax - 1; in ProtectionFactor()349 uint16_t indexTable = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor()365 if (codeRateDelta >= kPacketLossMax) { in ProtectionFactor()366 codeRateDelta = kPacketLossMax - 1; in ProtectionFactor()382 uint16_t indexTableKey = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor()394 if (boostKeyProt >= kPacketLossMax) { in ProtectionFactor()395 boostKeyProt = kPacketLossMax - 1; in ProtectionFactor()404 if (codeRateKey >= kPacketLossMax) { in ProtectionFactor()[all …]