Searched refs:indexTableKey (Results 1 – 1 of 1) sorted by relevance
382 uint16_t indexTableKey = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor() local384 indexTableKey = VCM_MIN(indexTableKey, kFecRateTableSize); in ProtectionFactor()387 assert(indexTableKey < kFecRateTableSize); in ProtectionFactor()390 codeRateKey = kFecRateTable[indexTableKey]; in ProtectionFactor()