From 5f94292430b302d7798e171e51b36e5f3090d499 Mon Sep 17 00:00:00 2001 From: Monty Date: Tue, 9 Oct 2001 04:34:55 +0000 Subject: bitrate management engine first commit. Still at least one bug/not well tested. Monty svn path=/branches/branch_monty_20011009/vorbis/; revision=2124 --- lib/books/line_1024x31_class3.vqh | 40 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 lib/books/line_1024x31_class3.vqh (limited to 'lib/books/line_1024x31_class3.vqh') 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 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 -- cgit v1.2.1