Home
last modified time | relevance | path

Searched refs:omega (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/reed_solomon/
H A Ddecode_rs.c36 uint16_t *omega = rsc->buffers + RS_DECODE_OMEGA * (nroots + 1); variable
233 * Compute err+eras evaluator poly omega(x) = s(x)*lambda(x) (modulo
234 * x**nroots). in index form. Also find deg(omega).
244 omega[i] = index_of[tmp];
248 * Compute error values in poly-form. num1 = omega(inv(X(l))), num2 =
256 if (omega[i] != nn)
257 num1 ^= alpha_to[rs_modnn(rs, omega[i] +
/kernel/linux/linux-6.6/lib/reed_solomon/
H A Ddecode_rs.c36 uint16_t *omega = rsc->buffers + RS_DECODE_OMEGA * (nroots + 1); variable
233 * Compute err+eras evaluator poly omega(x) = s(x)*lambda(x) (modulo
234 * x**nroots). in index form. Also find deg(omega).
244 omega[i] = index_of[tmp];
248 * Compute error values in poly-form. num1 = omega(inv(X(l))), num2 =
256 if (omega[i] != nn)
257 num1 ^= alpha_to[rs_modnn(rs, omega[i] +

Completed in 1 milliseconds