comparison i386/fdct_mmx.c @ 2024:f65d87bfdd5a libavcodec

some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
author michael
date Tue, 18 May 2004 17:09:46 +0000
parents 5bc1a9ad6c33
children 15cfba1b97b5
comparison
equal deleted inserted replaced
2023:50e92cec1b84 2024:f65d87bfdd5a
12 * Also of inspiration: 12 * Also of inspiration:
13 * a page about fdct at http://www.geocities.com/ssavekar/dct.htm 13 * a page about fdct at http://www.geocities.com/ssavekar/dct.htm
14 * Skal's fdct at http://skal.planet-d.net/coding/dct.html 14 * Skal's fdct at http://skal.planet-d.net/coding/dct.html
15 */ 15 */
16 #include "../common.h" 16 #include "../common.h"
17 #include "../dsputil.h"
17 #include "mmx.h" 18 #include "mmx.h"
18 19
19 #define ATTR_ALIGN(align) __attribute__ ((__aligned__ (align))) 20 #define ATTR_ALIGN(align) __attribute__ ((__aligned__ (align)))
20 21
21 ////////////////////////////////////////////////////////////////////// 22 //////////////////////////////////////////////////////////////////////