Searched refs:rsb (Results 1 – 1 of 1) sorted by relevance
/system/extras/libfec/ |
D | fec_read.cpp | 115 uint64_t rsb = offset - (offset / (e->rounds * FEC_BLOCKSIZE)) * in __ecc_read() local 125 uint64_t interleaved = fec_ecc_interleave(rsb * e->rsn + i, e->rsn, in __ecc_read() 164 e->start + (i + rsb) * e->roots)) { in __ecc_read() 181 rsb, neras); in __ecc_read() 182 dump("raw RS block", rsb, copy, FEC_RSM); in __ecc_read() 184 warn("RS block %" PRIu64 ": decoding failed", rsb); in __ecc_read() 186 debug("RS block %" PRIu64 ": decoding failed", rsb); in __ecc_read() 200 warn("RS block %" PRIu64 ": corrected %zu errors", rsb, nerrs); in __ecc_read()
|