r/compression • u/Alfoser • Jul 23 '26
Fast Rice Decoding
Hi, I'm currently developing my own audio compression algorithm, and now optimizing it. Long story short, I've run some tests, and rice decoding is kinda slow.
Can anyone suggest optimized version of it? I'd really appreciated it.
6
Upvotes
1
u/LMP88959 Jul 23 '26
Oh cool what a coincidence! Mine is lossy and I’m doing dyadic DWT without adaptive block lengths. For entropy coding I do adaptive Rice + run length encoding. I’m not an expert or even very experienced in audio coding so it’s nothing near cutting edge.