Home
last modified time | relevance | path

Searched refs:codeRateKey (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/video_coding/
Dmedia_opt_util.cc334 uint8_t codeRateKey = 0; in ProtectionFactor() local
390 codeRateKey = kFecRateTable[indexTableKey]; in ProtectionFactor()
400 codeRateKey = rtc::saturated_cast<uint8_t>( in ProtectionFactor()
401 VCM_MAX(packetLoss, VCM_MAX(boostKeyProt, codeRateKey))); in ProtectionFactor()
404 if (codeRateKey >= kPacketLossMax) { in ProtectionFactor()
405 codeRateKey = kPacketLossMax - 1; in ProtectionFactor()
408 _protectionFactorK = codeRateKey; in ProtectionFactor()