summaryrefslogtreecommitdiff
path: root/lib/books/res_Zc_4.vqh
blob: 0a0077a6096e4997bf9ffc84df5ae2fa741b1195 (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/********************************************************************
 *                                                                  *
 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE.   *
 * USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
 * THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH    *
 * THIS SOURCE. 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_res_Zc_4_VQH_
#define _V_res_Zc_4_VQH_
#include "codebook.h"

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

static long _vq_lengthlist_res_Zc_4[] = {
	 1, 3, 3, 0, 0, 0, 0, 0, 0, 4, 6, 6, 0, 0, 0, 0,
	 0, 0, 3, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	 0,
};

static float _vq_quantthresh_res_Zc_4[] = {
	-0.5, 0.5, 
};

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

static encode_aux_threshmatch _vq_auxt_res_Zc_4 = {
	_vq_quantthresh_res_Zc_4,
	_vq_quantmap_res_Zc_4,
	3,
	3
};

static long _vq_pigeonmap_res_Zc_4[] = {
	    0,     0, 
};

static long _vq_fitlist_res_Zc_4[] = {
	    0,     1,     2,     9,    10,    11,    18,    19, 
	   20, 
};

static long _vq_fitmap_res_Zc_4[] = {
	    0, 
};

static long _vq_fitlength_res_Zc_4[] = {
	    9, 
};

static encode_aux_pigeonhole _vq_auxp_res_Zc_4 = {
	-1, 1, 2, 1,
	_vq_pigeonmap_res_Zc_4,
	9,
	_vq_fitlist_res_Zc_4,
	_vq_fitmap_res_Zc_4,
	_vq_fitlength_res_Zc_4
};

static static_codebook _vq_book_res_Zc_4 = {
	4, 81,
	_vq_lengthlist_res_Zc_4,
	1, -535822336, 1611661312, 2, 0,
	_vq_quantlist_res_Zc_4,
	NULL,
	&_vq_auxt_res_Zc_4,
	&_vq_auxp_res_Zc_4,
	0
};


#endif