Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dmedia_opt_util.cc382 uint16_t indexTableKey = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor() local
384 indexTableKey = VCM_MIN(indexTableKey, kFecRateTableSize); in ProtectionFactor()
387 assert(indexTableKey < kFecRateTableSize); in ProtectionFactor()
390 codeRateKey = kFecRateTable[indexTableKey]; in ProtectionFactor()