~ubuntu-branches/ubuntu/hardy/avidemux/hardy

« back to all changes in this revision

Viewing changes to avidemux/libtoolame/psycho_1_critband.h

  • Committer: Bazaar Package Importer
  • Author(s): Matvey Kozhev
  • Date: 2007-12-18 13:53:04 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218135304-cdqec2lg2bglyz15
Tags: 1:2.4~preview3-0.0ubuntu1
* Upload to Ubuntu. (LP: #163287, LP: #126572)
* debian/changelog: re-added Ubuntu releases.
* debian/control:
  - Require debhelper >= 5.0.51 (for dh_icons) and imagemagick.
  - Build-depend on libsdl1.2-dev instead of libsdl-dev.
  - Build against newer libx264-dev. (LP: #138854)
  - Removed libamrnb-dev, not in Ubuntu yet.
* debian/rules:
  - Install all icon sizes, using convert (upstream installs none).
  - Added missing calls to dh_installmenu, dh_installman, dh_icons and
    dh_desktop.
* debian/menu, debian/avidemux-qt.menu:
  - Corrected package and executable names.
* debian/avidemux-common.install: Install icons.
* debian/avidemux.common.manpages: Install man/avidemux.1.
* debian/links, debian/avidemux-cli.links, debian/avidemux-gtk.links:
  - Link manpages to avidemux.1.gz.
* debian/install, debian/avidemux-qt.install, debian/avidemux-gtk.desktop,
  debian/avidemux-qt.desktop: Install desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 *  TwoLAME: an optimized MPEG Audio Layer Two encoder
3
 
 *
4
 
 *  Copyright (C) 2001-2004 Michael Cheng
5
 
 *  Copyright (C) 2004-2005 The TwoLAME Project
6
 
 *
7
 
 *  This library is free software; you can redistribute it and/or
8
 
 *  modify it under the terms of the GNU Lesser General Public
9
 
 *  License as published by the Free Software Foundation; either
10
 
 *  version 2.1 of the License, or (at your option) any later version.
11
 
 *
12
 
 *  This library is distributed in the hope that it will be useful,
13
 
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15
 
 *  Lesser General Public License for more details.
16
 
 *
17
 
 *  You should have received a copy of the GNU Lesser General Public
18
 
 *  License along with this library; if not, write to the Free Software
19
 
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
 
 *  
21
 
 */
22
 
 
23
 
 
24
 
#ifndef _CRITBAND_H_
25
 
#define _CRITBAND_H_
26
 
 
27
 
static const int SecondCriticalBand[7][28] = {
28
 
  {
29
 
/* 2cb0, 27 entries */
30
 
   27,
31
 
   1,
32
 
   2,
33
 
   3,
34
 
   5,
35
 
   7,
36
 
   10,
37
 
   13,
38
 
   16,
39
 
   19,
40
 
   22,
41
 
   26,
42
 
   30,
43
 
   35,
44
 
   40,
45
 
   46,
46
 
   54,
47
 
   64,
48
 
   76,
49
 
   90,
50
 
   104,
51
 
   124,
52
 
   148,
53
 
   176,
54
 
   216,
55
 
   264,
56
 
   360,
57
 
   464},
58
 
  {
59
 
/* 2cb1, 27 entries */
60
 
   27,
61
 
   1,
62
 
   2,
63
 
   3,
64
 
   5,
65
 
   7,
66
 
   9,
67
 
   12,
68
 
   14,
69
 
   17,
70
 
   20,
71
 
   24,
72
 
   27,
73
 
   32,
74
 
   37,
75
 
   42,
76
 
   50,
77
 
   58,
78
 
   70,
79
 
   82,
80
 
   100,
81
 
   116,
82
 
   136,
83
 
   164,
84
 
   200,
85
 
   248,
86
 
   328,
87
 
   432},
88
 
  {
89
 
/* 2cb2, 25 entries */
90
 
   25,
91
 
   1,
92
 
   3,
93
 
   6,
94
 
   10,
95
 
   13,
96
 
   17,
97
 
   21,
98
 
   25,
99
 
   30,
100
 
   35,
101
 
   41,
102
 
   47,
103
 
   54,
104
 
   64,
105
 
   74,
106
 
   88,
107
 
   104,
108
 
   124,
109
 
   148,
110
 
   176,
111
 
   208,
112
 
   248,
113
 
   296,
114
 
   368,
115
 
   480,
116
 
   0, 0},
117
 
  {
118
 
/* 2cb3, 0 entries (all dummies) */
119
 
   0,
120
 
   0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
121
 
   0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
122
 
   0, 0, 0, 0, 0, 0, 0},
123
 
  {
124
 
/* 2cb4, 24 entries */
125
 
   24,
126
 
   1,
127
 
   5,
128
 
   9,
129
 
   14,
130
 
   19,
131
 
   25,
132
 
   30,
133
 
   36,
134
 
   43,
135
 
   50,
136
 
   58,
137
 
   68,
138
 
   78,
139
 
   92,
140
 
   108,
141
 
   124,
142
 
   148,
143
 
   176,
144
 
   208,
145
 
   248,
146
 
   296,
147
 
   352,
148
 
   424,
149
 
   480,
150
 
   0, 0, 0},
151
 
  {
152
 
/* 2cb5, 24 entries */
153
 
   24,
154
 
   1,
155
 
   4,
156
 
   9,
157
 
   13,
158
 
   18,
159
 
   23,
160
 
   28,
161
 
   33,
162
 
   39,
163
 
   46,
164
 
   54,
165
 
   62,
166
 
   72,
167
 
   84,
168
 
   100,
169
 
   116,
170
 
   136,
171
 
   164,
172
 
   192,
173
 
   232,
174
 
   272,
175
 
   328,
176
 
   392,
177
 
   480,
178
 
   0, 0, 0},
179
 
  {
180
 
/* 2cb6, 22 entries */
181
 
   22,
182
 
   1,
183
 
   6,
184
 
   13,
185
 
   20,
186
 
   27,
187
 
   34,
188
 
   42,
189
 
   50,
190
 
   60,
191
 
   70,
192
 
   80,
193
 
   94,
194
 
   108,
195
 
   124,
196
 
   148,
197
 
   172,
198
 
   208,
199
 
   248,
200
 
   288,
201
 
   344,
202
 
   408,
203
 
   480,
204
 
   0, 0, 0, 0, 0}
205
 
};
206
 
 
207
 
#endif