Skip to content
Snippets Groups Projects
Unverified Commit b1cecae8 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Fix 3d7e68a9: resampler highpass energy

parent e69ca29d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment