summaryrefslogtreecommitdiff
path: root/lib/books/line_1024x31_2sub2.vqh
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2001-10-09 04:34:55 +0000
committerMonty <xiphmont@xiph.org>2001-10-09 04:34:55 +0000
commit5f94292430b302d7798e171e51b36e5f3090d499 (patch)
treed3d6490f17241f4519956e68340eff600a563ae9 /lib/books/line_1024x31_2sub2.vqh
parent398f15cdcd1c22b00e7ea30d78c59220654ec756 (diff)
downloadlibvorbis-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_2sub2.vqh')
-rw-r--r--lib/books/line_1024x31_2sub2.vqh38
1 files changed, 38 insertions, 0 deletions
diff --git a/lib/books/line_1024x31_2sub2.vqh b/lib/books/line_1024x31_2sub2.vqh
new file mode 100644
index 00000000..7396483a
--- /dev/null
+++ b/lib/books/line_1024x31_2sub2.vqh
@@ -0,0 +1,38 @@
+/********************************************************************
+ * *
+ * 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_2sub2_VQH_
+#define _V_line_1024x31_2sub2_VQH_
+#include "codebook.h"
+
+static long _huff_lengthlist_line_1024x31_2sub2[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 4, 4, 6, 5, 7,
+ 4, 8, 3, 9, 3,10, 4,10, 4,
+};
+
+static static_codebook _huff_book_line_1024x31_2sub2 = {
+ 1, 25,
+ _huff_lengthlist_line_1024x31_2sub2,
+ 0, 0, 0, 0, 0,
+ NULL,
+ NULL,
+ NULL,
+ 0
+};
+
+
+#endif