Home
last modified time | relevance | path

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

/system/extras/verity/fec/
Dimage.cpp384 uint64_t rs_blocks_per_thread = in image_process() local
388 INFO("computing %" PRIu64 " codes per thread\n", rs_blocks_per_thread); in image_process()
398 args[i].end = (current + rs_blocks_per_thread) * ctx->rs_n; in image_process()
408 } else if (i == threads && args[i].end + rs_blocks_per_thread * in image_process()
425 current += rs_blocks_per_thread; in image_process()