comparison ac3dec.h @ 7464:2062bf984454 libavcodec

rearrange dimensions of pre_mantissa array
author jbr
date Sun, 03 Aug 2008 02:11:46 +0000
parents 4b9d8cd9a1f0
children b679a09420c8
comparison
equal deleted inserted replaced
7463:5515e19b9137 7464:2062bf984454
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[6][AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< pre-IDCT mantissas 94 int pre_mantissa[AC3_MAX_CHANNELS][AC3_MAX_COEFS][6]; ///< 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
99 int channels; ///< number of total channels 99 int channels; ///< number of total channels