Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dmedia_opt_util.cc333 uint8_t codeRateKey = 0; in ProtectionFactor() local
389 codeRateKey = kFecRateTable[indexTableKey]; in ProtectionFactor()
399 codeRateKey = rtc::saturated_cast<uint8_t>( in ProtectionFactor()
400 VCM_MAX(packetLoss, VCM_MAX(boostKeyProt, codeRateKey))); in ProtectionFactor()
403 if (codeRateKey >= kPacketLossMax) { in ProtectionFactor()
404 codeRateKey = kPacketLossMax - 1; in ProtectionFactor()
407 _protectionFactorK = codeRateKey; in ProtectionFactor()