Searched refs:boostKeyProt (Results 1 – 1 of 1) sorted by relevance
393 int boostKeyProt = _scaleProtKey * codeRateDelta; in ProtectionFactor() local394 if (boostKeyProt >= kPacketLossMax) { in ProtectionFactor()395 boostKeyProt = kPacketLossMax - 1; in ProtectionFactor()401 VCM_MAX(packetLoss, VCM_MAX(boostKeyProt, codeRateKey))); in ProtectionFactor()