Lines Matching refs:rs_n
47 uint8_t data[fcx->rs_n]; in encode_rs()
50 for (i = ctx->start; i < ctx->end; i += fcx->rs_n) { in encode_rs()
51 for (j = 0; j < fcx->rs_n; ++j) { in encode_rs()
64 uint8_t data[fcx->rs_n + fcx->roots]; in decode_rs()
69 for (i = ctx->start; i < ctx->end; i += fcx->rs_n) { in decode_rs()
70 for (j = 0; j < fcx->rs_n; ++j) { in decode_rs()
74 memcpy(&data[fcx->rs_n], &fcx->fec[ctx->fec_pos], fcx->roots); in decode_rs()
79 i, i + fcx->rs_n); in decode_rs()
82 for (j = 0; j < fcx->rs_n; ++j) { in decode_rs()
188 INFO("encoding RS(255, %d) to '%s' for input files:\n", ctx.rs_n, in encode()
236 inp_filename.c_str(), ctx.rs_n, fec_filename.c_str()); in decode()
242 out_filename.empty() ? out_filename.c_str() : "<none>", ctx.rs_n, in decode()