search for: bookinternal

Displaying 1 result from an estimated 1 matches for "bookinternal".

2000 Aug 28
3
optimization patches
...a lot more "open", but should be coloured dither. Someone else please step in. (The dither could be applied before the mdct, but we have to know the amplification. No problem with decoder_example, but it is in the general case). codebook.[ch] bitwise.[ch] bookinternal.h sharedbook.c decode the first N bits of a huffman word in one step via table look up. The huffman decoding could be much more efficient (i.e., no decode tree necessary -> saves a lot of cache, and decoding time O(log log N) instead of O(log N), where N i...