comparison aac.h @ 8286:e06b2b848b74 libavcodec

AAC: move scratch array to context to ensure 16-byte alignment
author mru
date Wed, 10 Dec 2008 00:50:59 +0000
parents 8a8d40fe77d9
children 6f40f7d77263
comparison
equal deleted inserted replaced
8285:197fe6f703a3 8286:e06b2b848b74
286 float add_bias; ///< offset for dsp.float_to_int16 286 float add_bias; ///< offset for dsp.float_to_int16
287 float sf_scale; ///< Pre-scale for correct IMDCT and dsp.float_to_int16. 287 float sf_scale; ///< Pre-scale for correct IMDCT and dsp.float_to_int16.
288 int sf_offset; ///< offset into pow2sf_tab as appropriate for dsp.float_to_int16 288 int sf_offset; ///< offset into pow2sf_tab as appropriate for dsp.float_to_int16
289 /** @} */ 289 /** @} */
290 290
291 DECLARE_ALIGNED(16, float, temp[128]);
291 } AACContext; 292 } AACContext;
292 293
293 #endif /* AVCODEC_AAC_H */ 294 #endif /* AVCODEC_AAC_H */