Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mark Harris
Opus
Commits
43e22481
Commit
43e22481
authored
Jan 10, 2008
by
Jean-Marc Valin
Browse files
oops, trying not to overflow the 64-bit max allocation.
parent
f8dda66a
Changes
1
Hide whitespace changes
Inline
Side-by-side
libcelt/modes.c
View file @
43e22481
...
...
@@ -70,7 +70,7 @@ const int qpulses1[NBANDS128] = {7, 5, 5, 5, 4, 5, 4, 5, 5, 4, 2, 0, 0, 0,
const
int
qpulses2
[
NBANDS128
]
=
{
28
,
24
,
20
,
16
,
24
,
20
,
18
,
12
,
10
,
10
,
-
7
,
-
4
,
0
,
0
,
0
};
const
int
qpulses2s
[
NBANDS128
]
=
{
38
,
30
,
24
,
20
,
24
,
20
,
18
,
16
,
14
,
20
,
-
20
,
-
14
,
-
8
,
-
8
,
-
5
};
const
int
qpulses4s
[
NBANDS128
]
=
{
38
,
35
,
32
,
28
,
25
,
23
,
21
,
19
,
20
,
18
,
19
,
20
,
20
,
2
0
,
1
8
,
1
6
,
1
6
,
16
};
const
int
qpulses4s
[
NBANDS128
]
=
{
38
,
35
,
32
,
28
,
25
,
23
,
21
,
19
,
20
,
18
,
19
,
20
,
20
,
2
2
,
1
6
,
1
2
,
1
0
,
8
};
//const int qpulses4s[NBANDS128] ={38,35,30,27,24,22, 21, 20, 22, 20,20,20, 20, 20, 14, 12, 12, 12};
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment