Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc359 uint16_t indexTableKey = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor() local
361 indexTableKey = VCM_MIN(indexTableKey, kSizeCodeRateXORTable); in ProtectionFactor()
364 assert(indexTableKey < kSizeCodeRateXORTable); in ProtectionFactor()
367 codeRateKey = kCodeRateXORTable[indexTableKey]; in ProtectionFactor()