Searched refs:kFactorTableNum (Results 1 – 1 of 1) sorted by relevance
177 static const size_t kFactorTableNum = sizeof(FACTOR_SETS) / sizeof(int32_t); in createECCBlock() local179 while (table < kFactorTableNum && FACTOR_SETS[table] != numECWords) in createECCBlock()182 if (table >= kFactorTableNum) { in createECCBlock()