[FFmpeg-devel] [PATCH 2/3] ac3enc: shift coefficients to 24-bit following MDCT rather than using an exponent offset.

Justin Ruggles justin.ruggles
Tue Mar 8 19:18:56 CET 2011


This makes channel coupling more accurate, increasing quality for stereo
content.  It also simplifies exponent extraction and mantissa quantization
by no longer needing to apply an offset to the exponents.
---
 libavcodec/ac3enc.c        |   13 ++++++-------
 libavcodec/ac3enc_fixed.c  |   42 ++++++++++++++++++++++++++++++++++--------
 tests/ref/acodec/ac3_fixed |    2 +-
 3 files changed, 41 insertions(+), 16 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-ac3enc-shift-coefficients-to-24-bit-following-MDCT-r.patch
Type: text/x-patch
Size: 5314 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110308/e5165252/attachment.bin>



More information about the ffmpeg-devel mailing list