Memory use reduction:
authorMonty <xiphmont@xiph.org>
Sat, 19 Jan 2002 04:52:40 +0000 (04:52 +0000)
committerMonty <xiphmont@xiph.org>
Sat, 19 Jan 2002 04:52:40 +0000 (04:52 +0000)
commit1d0d926e989f745c23bfd8f2c9cee9028b8d2dfe
tree7bcbd390a6f65aa965a794953921b7543811939b
parent6ff75aa0afc00e28324277531bd2a23d26499543
Memory use reduction:

eliminate huffman decode tree
eliminate need to keep static codebook for decode
compact sparse codebooks to reduce mem usage

experimental, test it well.

svn path=/trunk/vorbis/; revision=2959
lib/block.c
lib/codebook.c
lib/codebook.h
lib/sharedbook.c