Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_ErrorCorrection.cpp33 const uint8_t FACTOR_SETS[] = {5, 7, 10, 11, 12, 14, 18, 20, variable
147 static constexpr size_t kFactorTableNum = FX_ArraySize(FACTOR_SETS); in CreateECCBlock()
149 while (table < kFactorTableNum && FACTOR_SETS[table] != numECWords) in CreateECCBlock()