Home
last modified time | relevance | path

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

/aosp12/system/extras/verity/fec/
H A Dmain.cpp44 struct image *fcx = ctx->ctx; in encode_rs() local
46 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() local
63 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 …]