Move all the static encoder codebooks to 'char' lengthlists rather than 'long' as...
authorMonty <xiphmont@xiph.org>
Wed, 22 Jan 2014 12:32:31 +0000 (12:32 +0000)
committerMonty <xiphmont@xiph.org>
Wed, 22 Jan 2014 12:32:31 +0000 (12:32 +0000)
commit7ee937dfc1791dd6b345c866da3cfc910ba18770
treebc61193410197958af83ef357265b992c41e9c06
parent1f62ab7c251d1488ab7d75d7b08130ca8b928356
Move all the static encoder codebooks to 'char' lengthlists rather than 'long' as the largest value for a lengthlist entry is 32 and the lengthlists are large.

Alter the codebook generation tools in vq/ to generate the codebooks properly given the new type.

[Hopefully] no functional change.

svn path=/trunk/vorbis/; revision=19057
configure.ac
lib/books/coupled/res_books_51.h
lib/books/coupled/res_books_stereo.h
lib/books/floor/floor_books.h
lib/books/uncoupled/res_books_uncoupled.h
lib/codebook.c
lib/codebook.h
lib/sharedbook.c
vq/bookutil.c
vq/huffbuild.c