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_2sub2.vqh | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 lib/books/line_1024x31_2sub2.vqh (limited to 'lib/books/line_1024x31_2sub2.vqh') 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 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 -- cgit v1.2.1