Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mark Harris
Opus
Commits
c591e154
Commit
c591e154
authored
Sep 29, 2008
by
Jean-Marc Valin
Browse files
Proper stack restore
parent
cbaf67e8
Changes
1
Show whitespace changes
Inline
Side-by-side
libcelt/rate.c
View file @
c591e154
...
...
@@ -140,8 +140,8 @@ static int interp_bits2pulses(const CELTMode *m, const celt_int16_t * const *cac
for
(
j
=
0
;
j
<
left
;
j
++
)
bits
[
j
]
++
;
}
return
(
total
-
C
*
esum
)
<<
BITRES
;
RESTORE_STACK
;
return
(
total
-
C
*
esum
)
<<
BITRES
;
}
void
compute_allocation
(
const
CELTMode
*
m
,
int
*
offsets
,
const
int
*
stereo_mode
,
int
total
,
int
*
pulses
,
int
*
ebits
)
...
...
Write
Preview
Markdown
is supported
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