Displaying 1 result from an estimated 1 matches for "mfrngenc".
Did you mean:
mfrngdec
2008 Oct 24
0
raw_bits branch
...mplexity and
(more importantly) make the bit-stream more robust to bit errors. It's
still a bit experimental, so please report any bug.
There's also a multiply-free (and divide-free) version of the range
coder I'm considering. You can enable it by replacing rangeenc.c and
rangedec.c by mfrngenc.c and mfrngdec.c in the build. I've had reports
of some problems on 16-bit archs, so be careful with that. I'm again
interested in feedback on that to decide whether the multiply-free algo
is worth it.
Cheers,
Jean-Marc