Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dmedia_opt_util.cc535 const float estNumFecGen = 0.5f + static_cast<float> (_protectionFactorD * in ProtectionFactor() local
542 if (estNumFecGen < 1.1f && _protectionFactorD < minProtLevelFec) in ProtectionFactor()
546 if (estNumFecGen < 0.9f && _protectionFactorD < minProtLevelFec) in ProtectionFactor()