Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dmedia_opt_util.cc301 uint8_t firstPartitionProt = rtc::saturated_cast<uint8_t>(255 * 0.20); in ProtectionFactor() local
359 if (codeRateDelta < firstPartitionProt) { in ProtectionFactor()
360 codeRateDelta = firstPartitionProt; in ProtectionFactor()