Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dmedia_opt_util.cc492 uint16_t indexTableKey = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor() local
494 indexTableKey = VCM_MIN(indexTableKey, kSizeCodeRateXORTable); in ProtectionFactor()
497 assert(indexTableKey < kSizeCodeRateXORTable); in ProtectionFactor()
500 codeRateKey = kCodeRateXORTable[indexTableKey]; in ProtectionFactor()