Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Traud
Opus
Commits
dd4bf63a
Commit
dd4bf63a
authored
14 years ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
Tuning higher bit-rate to behave a bit more like Vorbis.
parent
4f177e85
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libcelt/modes.c
+5
-4
5 additions, 4 deletions
libcelt/modes.c
with
5 additions
and
4 deletions
libcelt/modes.c
+
5
−
4
View file @
dd4bf63a
...
...
@@ -66,7 +66,7 @@ static const unsigned char band_allocation[] = {
#else
/* Alternate tuning (partially derived from Vorbis) */
#define BITALLOC_SIZE 1
0
#define BITALLOC_SIZE 1
1
/* Bit allocation table in units of 1/32 bit/sample (0.1875 dB SNR) */
static
const
unsigned
char
band_allocation
[]
=
{
/*0 200 400 600 800 1k 1.2 1.4 1.6 2k 2.4 2.8 3.2 4k 4.8 5.6 6.8 8k 9.6 12k 15.6 */
...
...
@@ -76,9 +76,10 @@ static const unsigned char band_allocation[] = {
118
,
110
,
103
,
93
,
86
,
80
,
75
,
70
,
65
,
59
,
53
,
47
,
40
,
31
,
23
,
15
,
4
,
0
,
0
,
0
,
0
,
126
,
119
,
112
,
104
,
95
,
89
,
83
,
78
,
72
,
66
,
60
,
54
,
47
,
39
,
32
,
25
,
17
,
12
,
1
,
0
,
0
,
134
,
127
,
120
,
114
,
103
,
97
,
91
,
85
,
78
,
72
,
66
,
60
,
54
,
47
,
41
,
35
,
29
,
23
,
16
,
10
,
1
,
144
,
137
,
130
,
124
,
113
,
107
,
101
,
95
,
88
,
82
,
76
,
70
,
64
,
57
,
51
,
45
,
39
,
33
,
26
,
20
,
1
,
152
,
145
,
138
,
132
,
123
,
117
,
111
,
105
,
98
,
92
,
86
,
80
,
74
,
67
,
61
,
55
,
49
,
43
,
36
,
30
,
1
,
172
,
165
,
158
,
152
,
143
,
137
,
131
,
125
,
118
,
112
,
106
,
100
,
94
,
87
,
81
,
75
,
69
,
63
,
56
,
50
,
15
,
144
,
137
,
130
,
124
,
113
,
107
,
101
,
95
,
88
,
82
,
76
,
70
,
64
,
57
,
51
,
45
,
39
,
33
,
26
,
15
,
1
,
152
,
145
,
138
,
132
,
123
,
117
,
111
,
105
,
98
,
92
,
86
,
80
,
74
,
67
,
61
,
55
,
49
,
43
,
36
,
20
,
1
,
162
,
155
,
148
,
142
,
133
,
127
,
121
,
115
,
108
,
102
,
96
,
90
,
84
,
77
,
71
,
65
,
59
,
53
,
46
,
30
,
1
,
172
,
165
,
158
,
152
,
143
,
137
,
131
,
125
,
118
,
112
,
106
,
100
,
94
,
87
,
81
,
75
,
69
,
63
,
56
,
45
,
20
,
200
,
200
,
200
,
200
,
200
,
200
,
200
,
200
,
198
,
193
,
188
,
183
,
178
,
173
,
168
,
163
,
158
,
153
,
148
,
143
,
120
,
};
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment