Searched refs:indexTableKey (Results 1 – 1 of 1) sorted by relevance
359 uint16_t indexTableKey = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor() local361 indexTableKey = VCM_MIN(indexTableKey, kSizeCodeRateXORTable); in ProtectionFactor()364 assert(indexTableKey < kSizeCodeRateXORTable); in ProtectionFactor()367 codeRateKey = kCodeRateXORTable[indexTableKey]; in ProtectionFactor()