Searched refs:codeRateKey (Results 1 – 1 of 1) sorted by relevance
333 uint8_t codeRateKey = 0; in ProtectionFactor() local389 codeRateKey = kFecRateTable[indexTableKey]; in ProtectionFactor()399 codeRateKey = rtc::saturated_cast<uint8_t>( in ProtectionFactor()400 VCM_MAX(packetLoss, VCM_MAX(boostKeyProt, codeRateKey))); in ProtectionFactor()403 if (codeRateKey >= kPacketLossMax) { in ProtectionFactor()404 codeRateKey = kPacketLossMax - 1; in ProtectionFactor()407 _protectionFactorK = codeRateKey; in ProtectionFactor()