Displaying 1 result from an estimated 1 matches for "fastac".
Did you mean:
fasta
2004 Oct 30
1
More Altivec/PPC Stuff...
...flac
FLAC__lpc_compute_residual_from_qlp_coefficients_16bit_altivec
For fun, I wrote a fast signed rice implementation, though I have yet
to adapt it to the bitbuffer.
Also, for those interested, I came across a very nice arithmetic coding
implementation at:
http://www.cipr.rpi.edu/~said/FastAC.html
With a very crude adaptive model, it comes fairly close to the
partitioned rice scheme, though I'm
betting it would be considerably faster, and a lot simpler. Perhaps it
is worth some more
investigation; it really is elegant compared to the others I've seen.
(Unfortunately, it...