Displaying 2 results from an estimated 2 matches for "bits_to_stor".
Did you mean:
bits_to_store
2004 Sep 10
2
Improving on Rice coding
On Sun, 27 Apr 2003, Josh Coalson wrote:
>
> Paul, cool to see you here... I thought bonk was in limbo
> since I couldn't even see the homepage for a while.
>
There's a reason that web server is called yoyo...
Bonk was a neat idea that turned out to be not too practical, so i haven't
been working on it much.
>
> I actually did study bonk a little when I discovered
2004 Sep 10
0
Improving on Rice coding
...'s a
> fair scope for optimization.
Interesting is that for slightly larger low_bits is compression ratio
sometimes better, at least in my case :). Maybe it takes more
iterations to adapt step variable well at beginning, if low_bits is
set too low.
Is there something better than
low_bits = bits_to_store(energy/(list.size()*2))
for optimal speed/compression_ratio ratio, maybe something with
minimum and maximum value?
> Overall, the speed (after encoding the least significant bits and
> dividing them out) is going to be of the order of the sum of the integers
> to be encoded.
Ok, but in...