Searched refs:codeRateKey (Results 1 – 1 of 1) sorted by relevance
424 uint8_t codeRateKey = 0; in ProtectionFactor() local500 codeRateKey = kCodeRateXORTable[indexTableKey]; in ProtectionFactor()511 codeRateKey = static_cast<uint8_t> (VCM_MAX(packetLoss, in ProtectionFactor()512 VCM_MAX(boostKeyProt, codeRateKey))); in ProtectionFactor()515 if (codeRateKey >= kPacketLossMax) in ProtectionFactor()517 codeRateKey = kPacketLossMax - 1; in ProtectionFactor()520 _protectionFactorK = codeRateKey; in ProtectionFactor()552 _useUepProtectionK = _qmRobustness->SetUepProtection(codeRateKey, in ProtectionFactor()