Searched refs:codeRateDelta (Results 1 – 1 of 1) sorted by relevance
333 uint8_t codeRateDelta = 0; in ProtectionFactor() local355 codeRateDelta = kFecRateTable[indexTable]; in ProtectionFactor()359 if (codeRateDelta < firstPartitionProt) { in ProtectionFactor()360 codeRateDelta = firstPartitionProt; in ProtectionFactor()365 if (codeRateDelta >= kPacketLossMax) { in ProtectionFactor()366 codeRateDelta = kPacketLossMax - 1; in ProtectionFactor()393 int boostKeyProt = _scaleProtKey * codeRateDelta; in ProtectionFactor()409 _protectionFactorD = codeRateDelta; in ProtectionFactor()