Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_ErrorCorrection.cpp98 const uint8_t* const FACTORS[16] = { variable
191 if (m != 0 && FACTORS[table][k] != 0) { in createECCBlock()
193 ALOG[(LOG[m] + LOG[FACTORS[table][k]]) % 255]); in createECCBlock()
198 if (m != 0 && FACTORS[table][0] != 0) { in createECCBlock()
199 ecc[0] = (uint16_t)ALOG[(LOG[m] + LOG[FACTORS[table][0]]) % 255]; in createECCBlock()