Searched refs:codeRateKey (Results 1 – 1 of 1) sorted by relevance
334 uint8_t codeRateKey = 0; in ProtectionFactor() local390 codeRateKey = kFecRateTable[indexTableKey]; in ProtectionFactor()400 codeRateKey = rtc::saturated_cast<uint8_t>( in ProtectionFactor()401 VCM_MAX(packetLoss, VCM_MAX(boostKeyProt, codeRateKey))); in ProtectionFactor()404 if (codeRateKey >= kPacketLossMax) { in ProtectionFactor()405 codeRateKey = kPacketLossMax - 1; in ProtectionFactor()408 _protectionFactorK = codeRateKey; in ProtectionFactor()