Home
last modified time | relevance | path

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

/system/extras/verity/fec/
Dmain.cpp54 encode_rs_char(ctx->rs, data, &fcx->fec[ctx->fec_pos]); in encode_rs()
55 ctx->fec_pos += fcx->roots; in encode_rs()
73 memcpy(&data[fcx->rs_n], &fcx->fec[ctx->fec_pos], fcx->roots); in decode_rs()
88 ctx->fec_pos += fcx->roots; in decode_rs()
Dimage.h74 uint64_t fec_pos; member
Dimage.cpp396 args[i].fec_pos = current * ctx->roots; in image_process()