Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim-Philipp Müller
Opus
Commits
1e9fb629
Commit
1e9fb629
authored
Feb 14, 2011
by
Jean-Marc Valin
Browse files
Fixes the inversion of SPREAD_LIGHT and SPREAD_AGGRESSIVE
Change the bit-stream (without causing desync)
parent
64805fd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
libcelt/vq.c
View file @
1e9fb629
...
...
@@ -68,7 +68,7 @@ static void exp_rotation1(celt_norm *X, int len, int stride, celt_word16 c, celt
static
void
exp_rotation
(
celt_norm
*
X
,
int
len
,
int
dir
,
int
stride
,
int
K
,
int
spread
)
{
static
const
int
SPREAD_FACTOR
[
3
]
=
{
5
,
10
,
1
5
};
static
const
int
SPREAD_FACTOR
[
3
]
=
{
1
5
,
10
,
5
};
int
i
;
celt_word16
c
,
s
;
celt_word16
gain
,
theta
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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