Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc267 uint8_t firstPartitionProt = (uint8_t)(255 * 0.20); in ProtectionFactor() local
326 if (codeRateDelta < firstPartitionProt) { in ProtectionFactor()
327 codeRateDelta = firstPartitionProt; in ProtectionFactor()