summaryrefslogtreecommitdiff
path: root/lib/books/coupled/_44c5_s2_p7_1.vqh
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2001-12-18 22:18:42 +0000
committerMonty <xiphmont@xiph.org>2001-12-18 22:18:42 +0000
commitc21b23f28bfa5008de09a31cbc33f90f53f6f569 (patch)
treec68ecdc57aac75dc4f1f3582f12a2257fb5c616a /lib/books/coupled/_44c5_s2_p7_1.vqh
parent0a143343388a893fe04a785791f4e432d61f49f4 (diff)
downloadlibvorbis-git-c21b23f28bfa5008de09a31cbc33f90f53f6f569.tar.gz
Get the rc3 books going in
svn path=/branches/branch_monty_20011217/vorbis/; revision=2803
Diffstat (limited to 'lib/books/coupled/_44c5_s2_p7_1.vqh')
-rw-r--r--lib/books/coupled/_44c5_s2_p7_1.vqh61
1 files changed, 61 insertions, 0 deletions
diff --git a/lib/books/coupled/_44c5_s2_p7_1.vqh b/lib/books/coupled/_44c5_s2_p7_1.vqh
new file mode 100644
index 00000000..22d54189
--- /dev/null
+++ b/lib/books/coupled/_44c5_s2_p7_1.vqh
@@ -0,0 +1,61 @@
+/********************************************************************
+ * *
+ * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
+ * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
+ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
+ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
+ * *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
+ * *
+ ********************************************************************
+
+ function: static codebook autogenerated by vq/somethingorother
+
+ ********************************************************************/
+
+#ifndef _V__44c5_s2_p7_1_VQH_
+#define _V__44c5_s2_p7_1_VQH_
+#include "codebook.h"
+
+static long _vq_quantlist__44c5_s2_p7_1[] = {
+ 2,
+ 1,
+ 3,
+ 0,
+ 4,
+};
+
+static long _vq_lengthlist__44c5_s2_p7_1[] = {
+ 2, 4, 3, 5, 5, 6, 4, 4, 6, 6, 6, 4, 4, 5, 5, 7,
+ 6, 6, 6, 6, 7, 7, 7, 6, 6,
+};
+
+static float _vq_quantthresh__44c5_s2_p7_1[] = {
+ -1.5, -0.5, 0.5, 1.5,
+};
+
+static long _vq_quantmap__44c5_s2_p7_1[] = {
+ 3, 1, 0, 2, 4,
+};
+
+static encode_aux_threshmatch _vq_auxt__44c5_s2_p7_1 = {
+ _vq_quantthresh__44c5_s2_p7_1,
+ _vq_quantmap__44c5_s2_p7_1,
+ 5,
+ 5
+};
+
+static static_codebook _44c5_s2_p7_1 = {
+ 2, 25,
+ _vq_lengthlist__44c5_s2_p7_1,
+ 1, -533725184, 1611661312, 3, 0,
+ _vq_quantlist__44c5_s2_p7_1,
+ NULL,
+ &_vq_auxt__44c5_s2_p7_1,
+ NULL,
+ 0
+};
+
+
+#endif