# HG changeset patch # User jbr # Date 1249439869 0 # Node ID 652e08aa95fd210d03772546dd5968f5c2782cb5 # Parent e73210411a21dd0b9a673ef0213df10e3f1d1288 cosmetics: move fixed_coeffs into the aligned arrays comment group diff -r e73210411a21 -r 652e08aa95fd ac3dec.h --- a/ac3dec.h Wed Aug 05 02:31:13 2009 +0000 +++ b/ac3dec.h Wed Aug 05 02:37:49 2009 +0000 @@ -156,9 +156,8 @@ float mul_bias; ///< scaling for float_to_int16 conversion ///@} - DECLARE_ALIGNED_16(int, fixed_coeffs[AC3_MAX_CHANNELS][AC3_MAX_COEFS]); ///> fixed-point transform coefficients - ///@defgroup arrays aligned arrays + DECLARE_ALIGNED_16(int, fixed_coeffs[AC3_MAX_CHANNELS][AC3_MAX_COEFS]); ///> fixed-point transform coefficients DECLARE_ALIGNED_16(float, transform_coeffs[AC3_MAX_CHANNELS][AC3_MAX_COEFS]); ///< transform coefficients DECLARE_ALIGNED_16(float, delay[AC3_MAX_CHANNELS][AC3_BLOCK_SIZE]); ///< delay - added to the next block DECLARE_ALIGNED_16(float, window[AC3_BLOCK_SIZE]); ///< window coefficients