Searched refs:fcx (Results 1 – 1 of 1) sorted by relevance
44 struct image *fcx = ctx->ctx; in encode_rs() local46 uint8_t data[fcx->rs_n]; in encode_rs()50 for (j = 0; j < fcx->rs_n; ++j) { in encode_rs()55 ctx->fec_pos += fcx->roots; in encode_rs()61 struct image *fcx = ctx->ctx; in decode_rs() local63 uint8_t data[fcx->rs_n + fcx->roots]; in decode_rs()69 for (j = 0; j < fcx->rs_n; ++j) { in decode_rs()73 memcpy(&data[fcx->rs_n], &fcx->fec[ctx->fec_pos], fcx->roots); in decode_rs()78 i, i + fcx->rs_n); in decode_rs()81 for (j = 0; j < fcx->rs_n; ++j) { in decode_rs()[all …]