Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dmedia_opt_util.cc390 uint8_t firstPartitionProt = (uint8_t) (255 * 0.20); in ProtectionFactor() local
452 if (codeRateDelta < firstPartitionProt) in ProtectionFactor()
454 codeRateDelta = firstPartitionProt; in ProtectionFactor()