1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
Justin 323e6fead0 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-14 08:45:26 -04:00
..
gif
2010-08-31 17:55:31 +00:00
jpg
2010-03-15 16:37:02 +00:00
mpg
2010-10-16 21:31:31 +00:00
png
2010-08-31 17:53:48 +00:00
ts
2011-01-28 17:02:54 +00:00