Searched defs:fcx (Results 1 - 1 of 1) sorted by relevance

/system/extras/verity/fec/
H A Dmain.cpp45 struct image *fcx = ctx->ctx; local
47 uint8_t data[fcx->rs_n];
50 for (i = ctx->start; i < ctx->end; i += fcx->rs_n) {
51 for (j = 0; j < fcx->rs_n; ++j) {
52 data[j] = image_get_interleaved_byte(i + j, fcx);
55 encode_rs_char(ctx->rs, data, &fcx->fec[ctx->fec_pos]);
56 ctx->fec_pos += fcx->roots;
62 struct image *fcx = ctx->ctx; local
64 uint8_t data[fcx->rs_n + fcx
[all...]

Completed in 89 milliseconds