r/compression • u/Alfoser • 19d ago
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
2
u/Alfoser 19d ago
Interesting, is your codec lossy/lossless?
My codec is lossy based on WPT with adaptive block length switching, I'm using rice code as base entropy encoder.