Searched refs:kSizeCodeRateXORTable (Results 1 – 2 of 2) sorted by relevance
23 static const int kSizeCodeRateXORTable = 6450; variable24 static const unsigned char kCodeRateXORTable[kSizeCodeRateXORTable] = {
319 assert(indexTable < kSizeCodeRateXORTable); in ProtectionFactor()361 indexTableKey = VCM_MIN(indexTableKey, kSizeCodeRateXORTable); in ProtectionFactor()364 assert(indexTableKey < kSizeCodeRateXORTable); in ProtectionFactor()