Searched refs:codeRateDelta (Results 1 – 1 of 1) sorted by relevance
300 uint8_t codeRateDelta = 0; in ProtectionFactor() local322 codeRateDelta = kCodeRateXORTable[indexTable]; in ProtectionFactor()326 if (codeRateDelta < firstPartitionProt) { in ProtectionFactor()327 codeRateDelta = firstPartitionProt; in ProtectionFactor()332 if (codeRateDelta >= kPacketLossMax) { in ProtectionFactor()333 codeRateDelta = kPacketLossMax - 1; in ProtectionFactor()341 codeRateDelta, parameters->bitRate, parameters->frameRate, in ProtectionFactor()345 codeRateDelta = static_cast<uint8_t>(codeRateDelta * adjustFec); in ProtectionFactor()370 int boostKeyProt = _scaleProtKey * codeRateDelta; in ProtectionFactor()386 _protectionFactorD = codeRateDelta; in ProtectionFactor()[all …]