Mercurial > libavcodec.hg
comparison ac3dec.h @ 7466:3cb3c85c8474 libavcodec
cosmetics: vertical alignment
author | jbr |
---|---|
date | Sun, 03 Aug 2008 02:16:51 +0000 |
parents | b679a09420c8 |
children | 1a93d3bbe3ee |
comparison
equal
deleted
inserted
replaced
7465:b679a09420c8 | 7466:3cb3c85c8474 |
---|---|
88 int first_cpl_coords[AC3_MAX_CHANNELS]; ///< first coupling coordinates states (firstcplcos) | 88 int first_cpl_coords[AC3_MAX_CHANNELS]; ///< first coupling coordinates states (firstcplcos) |
89 int cpl_coords[AC3_MAX_CHANNELS][18]; ///< coupling coordinates (cplco) | 89 int cpl_coords[AC3_MAX_CHANNELS][18]; ///< coupling coordinates (cplco) |
90 ///@} | 90 ///@} |
91 | 91 |
92 ///@defgroup aht adaptive hybrid transform | 92 ///@defgroup aht adaptive hybrid transform |
93 int channel_uses_aht[AC3_MAX_CHANNELS]; ///< channel AHT in use (chahtinu) | 93 int channel_uses_aht[AC3_MAX_CHANNELS]; ///< channel AHT in use (chahtinu) |
94 int pre_mantissa[AC3_MAX_CHANNELS][AC3_MAX_COEFS][MAX_BLOCKS]; ///< pre-IDCT mantissas | 94 int pre_mantissa[AC3_MAX_CHANNELS][AC3_MAX_COEFS][MAX_BLOCKS]; ///< pre-IDCT mantissas |
95 ///@} | 95 ///@} |
96 | 96 |
97 ///@defgroup channel channel | 97 ///@defgroup channel channel |
98 int fbw_channels; ///< number of full-bandwidth channels | 98 int fbw_channels; ///< number of full-bandwidth channels |