Searched refs:boostKeyProt (Results 1 – 1 of 1) sorted by relevance
370 int boostKeyProt = _scaleProtKey * codeRateDelta; in ProtectionFactor() local371 if (boostKeyProt >= kPacketLossMax) { in ProtectionFactor()372 boostKeyProt = kPacketLossMax - 1; in ProtectionFactor()378 VCM_MAX(packetLoss, VCM_MAX(boostKeyProt, codeRateKey))); in ProtectionFactor()