OSDN Git Service

ac3enc: clip coefficients after MDCT.
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 27 Jun 2011 18:29:33 +0000 (14:29 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Fri, 1 Jul 2011 17:02:11 +0000 (13:02 -0400)
commit523b7eba19590652b7ba19c5bdd85dd257bfe4f7
treeb5d326ff4d73740275cae5bf623eabcbee692cb6
parent6054cd25b4d7dce97c4fa3cc6e4757ba1e59ab86
ac3enc: clip coefficients after MDCT.

This ensures that any processing between the MDCT and exponent extraction will
be using clipped coefficients.
libavcodec/ac3enc.h
libavcodec/ac3enc_fixed.c
libavcodec/ac3enc_float.c
libavcodec/ac3enc_template.c