This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
ffmpeg
Watch
1
Star
0
Fork
0
You've already forked ffmpeg
Code
Issues
Pull Requests
Releases
Wiki
Activity
323e6fead0
ffmpeg
/
tests
/
ref
/
acodec
/
ac3_fixed
3 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage. This increases the accuracy of coefficients, leading to improved quality. Rescaling of the coefficients to full 25-bit accuracy is done rather than offsetting the exponent values. This requires coefficient scaling to be done before determining the rematrixing strategy. Also, the rematrixing strategy calculation must use 64-bit math to prevent overflow due to the higher precision coefficients.
2011-03-11 19:03:26 +01:00
b3a8f0a8809a58b2ece90744f06fff96 *./tests/data/acodec/ac3.rm
Place regression test output files in subdirs per family Originally committed as revision 22155 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-02 22:41:52 +01:00
98751 ./tests/data/acodec/ac3.rm
Reference in New Issue
Copy Permalink