Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dfec_tables_xor.h23 static const int kSizeCodeRateXORTable = 6450; variable
24 static const unsigned char kCodeRateXORTable[kSizeCodeRateXORTable] = {
Dmedia_opt_util.cc319 assert(indexTable < kSizeCodeRateXORTable); in ProtectionFactor()
361 indexTableKey = VCM_MIN(indexTableKey, kSizeCodeRateXORTable); in ProtectionFactor()
364 assert(indexTableKey < kSizeCodeRateXORTable); in ProtectionFactor()