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