summaryrefslogtreecommitdiff
path: root/lib/books/coupled/_44c0_s1_pS_r1.vqh
blob: 0f7ab193aac6ea80828c1797bfc556c3399155cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/********************************************************************
 *                                                                  *
 * 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__44c0_s1_pS_r1_VQH_
#define _V__44c0_s1_pS_r1_VQH_
#include "codebook.h"

static long _vq_quantlist__44c0_s1_pS_r1[] = {
	1,
	0,
	2,
};

static long _vq_lengthlist__44c0_s1_pS_r1[] = {
	 1, 3, 2, 6, 6, 6, 6, 5, 5,
};

static float _vq_quantthresh__44c0_s1_pS_r1[] = {
	-0.055556, 0.055556, 
};

static long _vq_quantmap__44c0_s1_pS_r1[] = {
	    1,    0,    2,
};

static encode_aux_threshmatch _vq_auxt__44c0_s1_pS_r1 = {
	_vq_quantthresh__44c0_s1_pS_r1,
	_vq_quantmap__44c0_s1_pS_r1,
	3,
	3
};

static static_codebook _44c0_s1_pS_r1 = {
	2, 9,
	_vq_lengthlist__44c0_s1_pS_r1,
	1, -543395385, 1604088263, 2, 0,
	_vq_quantlist__44c0_s1_pS_r1,
	NULL,
	&_vq_auxt__44c0_s1_pS_r1,
	NULL,
	0
};


#endif