[FFmpeg-devel] [PATCH v2 2/5] ac3enc: do not clip coefficients after transforms

Lynne dev at lynne.ee
Tue Jan 12 20:12:39 EET 2021


In either encoder, its impossible for the coefficients to go past 25 bits 
right after the MDCT. Our MDCT is numerically stable.
For the floating point encoder, in case a NaN is contained, lrintf() will
raise a floating point exception during the conversion.

Patch attached.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: v2-0002-ac3enc-do-not-clip-coefficients-after-transforms.patch
Type: text/x-patch
Size: 1058 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20210112/aed5751b/attachment.bin>


More information about the ffmpeg-devel mailing list