diff options
author | Monty <xiphmont@xiph.org> | 2001-10-09 04:34:55 +0000 |
---|---|---|
committer | Monty <xiphmont@xiph.org> | 2001-10-09 04:34:55 +0000 |
commit | 5f94292430b302d7798e171e51b36e5f3090d499 (patch) | |
tree | d3d6490f17241f4519956e68340eff600a563ae9 /lib/books/line_1024x31_class3.vqh | |
parent | 398f15cdcd1c22b00e7ea30d78c59220654ec756 (diff) | |
download | libvorbis-git-5f94292430b302d7798e171e51b36e5f3090d499.tar.gz |
bitrate management engine first commit. Still at least one bug/not
well tested.
Monty
svn path=/branches/branch_monty_20011009/vorbis/; revision=2124
Diffstat (limited to 'lib/books/line_1024x31_class3.vqh')
-rw-r--r-- | lib/books/line_1024x31_class3.vqh | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/lib/books/line_1024x31_class3.vqh b/lib/books/line_1024x31_class3.vqh new file mode 100644 index 00000000..ab1be065 --- /dev/null +++ b/lib/books/line_1024x31_class3.vqh @@ -0,0 +1,40 @@ +/******************************************************************** + * * + * THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE. * + * USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY * + * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * + * PLEASE READ THESE TERMS DISTRIBUTING. * + * * + * THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * + * by 1999 Monty <monty@xiph.org> and The XIPHOPHORUS Company * + * http://www.xiph.org/ * + * * + ******************************************************************** + + function: static codebook autogenerated by huff/huffbuld + + ********************************************************************/ + +#ifndef _V_line_1024x31_class3_VQH_ +#define _V_line_1024x31_class3_VQH_ +#include "codebook.h" + +static long _huff_lengthlist_line_1024x31_class3[] = { + 1, 3, 5,11, 7, 3, 5,11, 9, 7, 9,15,15,15,15,14, + 7, 4, 6,11, 7, 5, 6,12,10, 8, 9,14,14,14,14,14, + 11, 8, 9,12,11, 8, 8,11,13,10,11,14,14,14,14,14, + 14,14,14,13,14,14,14,14,14,14,14,14,14,14,14,14, +}; + +static static_codebook _huff_book_line_1024x31_class3 = { + 1, 64, + _huff_lengthlist_line_1024x31_class3, + 0, 0, 0, 0, 0, + NULL, + NULL, + NULL, + 0 +}; + + +#endif |