Commit 0e1b0276 authored by jbr's avatar jbr

cosmetics: move fixed_coeffs into the aligned arrays comment group


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19590 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 479a7381
......@@ -156,9 +156,8 @@ typedef struct {
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment