Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
Opus
Commits
b1cecae8
Unverified
Commit
b1cecae8
authored
1 month ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
Fix
3d7e68a9
: resampler highpass energy
parent
e69ca29d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/analysis.c
+3
-0
3 additions, 0 deletions
src/analysis.c
with
3 additions
and
0 deletions
src/analysis.c
+
3
−
0
View file @
b1cecae8
...
...
@@ -205,6 +205,9 @@ static opus_val32 downmix_and_resample(downmix_func downmix, const void *_x, opu
silk_resampler_down2_hp
(
S
,
y
,
tmp3x
,
3
*
subframe
);
}
RESTORE_STACK
;
#ifndef FIXED_POINT
ret
*=
1
.
f
/
32768
/
32768
;
#endif
return
ret
;
}
...
...
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