comparison ac3dec.h @ 10199:38ab367d4231 libavcodec

Merge FFTContext and MDCTContext
author mru
date Sun, 20 Sep 2009 17:30:20 +0000
parents 652e08aa95fd
children 34a65026fa06
comparison
equal deleted inserted replaced
10198:78af613fc316 10199:38ab367d4231
144 AVLFG dith_state; ///< for dither generation 144 AVLFG dith_state; ///< for dither generation
145 ///@} 145 ///@}
146 146
147 ///@defgroup imdct IMDCT 147 ///@defgroup imdct IMDCT
148 int block_switch[AC3_MAX_CHANNELS]; ///< block switch flags (blksw) 148 int block_switch[AC3_MAX_CHANNELS]; ///< block switch flags (blksw)
149 MDCTContext imdct_512; ///< for 512 sample IMDCT 149 FFTContext imdct_512; ///< for 512 sample IMDCT
150 MDCTContext imdct_256; ///< for 256 sample IMDCT 150 FFTContext imdct_256; ///< for 256 sample IMDCT
151 ///@} 151 ///@}
152 152
153 ///@defgroup opt optimization 153 ///@defgroup opt optimization
154 DSPContext dsp; ///< for optimization 154 DSPContext dsp; ///< for optimization
155 float add_bias; ///< offset for float_to_int16 conversion 155 float add_bias; ///< offset for float_to_int16 conversion