Mercurial > libavcodec.hg
diff ac3dec.h @ 7564:7cf793954871 libavcodec
simd int->float
20% faster ac3 if downmixing, 15% if not
author | lorenm |
---|---|
date | Wed, 13 Aug 2008 23:35:40 +0000 |
parents | 96d57e3b78e5 |
children | 69d5f318275f |
line wrap: on
line diff
--- a/ac3dec.h Wed Aug 13 23:33:48 2008 +0000 +++ b/ac3dec.h Wed Aug 13 23:35:40 2008 +0000 @@ -158,7 +158,7 @@ float mul_bias; ///< scaling for float_to_int16 conversion ///@} - int fixed_coeffs[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///> fixed-point transform coefficients + DECLARE_ALIGNED_16(int, fixed_coeffs[AC3_MAX_CHANNELS][AC3_MAX_COEFS]); ///> fixed-point transform coefficients ///@defgroup arrays aligned arrays DECLARE_ALIGNED_16(float, transform_coeffs[AC3_MAX_CHANNELS][AC3_MAX_COEFS]); ///< transform coefficients