Searched refs:FACTORS (Results 1 – 3 of 3) sorted by relevance
30 int32_t CBC_ErrorCorrection::FACTORS[][100] = { member in CBC_ErrorCorrection156 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()
22 static int32_t FACTORS[][100]; variable
42 float4 factors : FACTORS;