Searched refs:kFecRateTableSize (Results 1 – 2 of 2) sorted by relevance
25 static const int kFecRateTableSize = 6450; variable26 static const unsigned char kFecRateTable[kFecRateTableSize] = {
352 RTC_DCHECK_LT(indexTable, kFecRateTableSize); in ProtectionFactor()384 indexTableKey = VCM_MIN(indexTableKey, kFecRateTableSize); in ProtectionFactor()387 assert(indexTableKey < kFecRateTableSize); in ProtectionFactor()