Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dfec_rate_table.h25 static const int kFecRateTableSize = 6450; variable
26 static const unsigned char kFecRateTable[kFecRateTableSize] = {
Dmedia_opt_util.cc352 RTC_DCHECK_LT(indexTable, kFecRateTableSize); in ProtectionFactor()
384 indexTableKey = VCM_MIN(indexTableKey, kFecRateTableSize); in ProtectionFactor()
387 assert(indexTableKey < kFecRateTableSize); in ProtectionFactor()