Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc301 uint8_t codeRateKey = 0; in ProtectionFactor() local
367 codeRateKey = kCodeRateXORTable[indexTableKey]; in ProtectionFactor()
377 codeRateKey = static_cast<uint8_t>( in ProtectionFactor()
378 VCM_MAX(packetLoss, VCM_MAX(boostKeyProt, codeRateKey))); in ProtectionFactor()
381 if (codeRateKey >= kPacketLossMax) { in ProtectionFactor()
382 codeRateKey = kPacketLossMax - 1; in ProtectionFactor()
385 _protectionFactorK = codeRateKey; in ProtectionFactor()
416 codeRateKey, parameters->bitRate, packetLoss, 0); in ProtectionFactor()