This website requires JavaScript.
Explore
Help
Register
Sign In
virtualenv
/
FFmpeg
Watch
1
Star
0
Fork
0
You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced
2025-01-08 13:22:53 +02:00
Code
Issues
Releases
Activity
6f9803e5e0
FFmpeg
/
tests
/
ref
/
fate
/
g722enc
2 lines
33 B
Plaintext
Raw
Normal View
History
Unescape
Escape
g722: Fix the QMF scaling This fixes clipping if the encoder input used the full 16 bit input range (samples with a magnitude below 16383 worked fine). The filtered subband samples should be 15 bit maximum, while the code earlier produced them scaled to 16 bit. This makes the decoder output have double the magnitude compared to before. The spec reference samples doesn't test the QMF at all, which was why this part slipped past initially. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-03-02 18:03:06 +03:00
94e2f200d6e05b47cec4aa3e94571cf3
Reference in New Issue
Copy Permalink