Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_ErrorCorrection.cpp30 int32_t CBC_ErrorCorrection::FACTORS[][100] = { member in CBC_ErrorCorrection
156 if (m != 0 && FACTORS[table][k] != 0) { in createECCBlock()
158 ALOG[(LOG[m] + LOG[FACTORS[table][k]]) % 255]); in createECCBlock()
163 if (m != 0 && FACTORS[table][0] != 0) { in createECCBlock()
164 ecc[0] = (FX_WORD)ALOG[(LOG[m] + LOG[FACTORS[table][0]]) % 255]; in createECCBlock()
DBC_ErrorCorrection.h22 static int32_t FACTORS[][100]; variable
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
Dd3d11tex.hlsl42 float4 factors : FACTORS;