Searched refs:kPacketLossMax (Results 1 – 1 of 1) sorted by relevance
27 static const int kPacketLossMax = 129; variable313 if (packetLoss >= kPacketLossMax) { in ProtectionFactor()314 packetLoss = kPacketLossMax - 1; in ProtectionFactor()316 uint16_t indexTable = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor()332 if (codeRateDelta >= kPacketLossMax) { in ProtectionFactor()333 codeRateDelta = kPacketLossMax - 1; in ProtectionFactor()359 uint16_t indexTableKey = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor()371 if (boostKeyProt >= kPacketLossMax) { in ProtectionFactor()372 boostKeyProt = kPacketLossMax - 1; in ProtectionFactor()381 if (codeRateKey >= kPacketLossMax) { in ProtectionFactor()[all …]