Searched refs:codeRateDelta (Results 1 – 1 of 1) sorted by relevance
332 uint8_t codeRateDelta = 0; in ProtectionFactor() local354 codeRateDelta = kFecRateTable[indexTable]; in ProtectionFactor()358 if (codeRateDelta < firstPartitionProt) { in ProtectionFactor()359 codeRateDelta = firstPartitionProt; in ProtectionFactor()364 if (codeRateDelta >= kPacketLossMax) { in ProtectionFactor()365 codeRateDelta = kPacketLossMax - 1; in ProtectionFactor()392 int boostKeyProt = _scaleProtKey * codeRateDelta; in ProtectionFactor()408 _protectionFactorD = codeRateDelta; in ProtectionFactor()