comparison mp3lib/dct64_sse.c @ 32302:6d3212dd47b2

Drop two unnecessary Xlib.h #includes and use helper functions.
author diego
date Mon, 27 Sep 2010 17:18:39 +0000
parents 9b4d2a805d63
children cad51466b42e
comparison
equal deleted inserted replaced
32301:a65635702512 32302:6d3212dd47b2
6 */ 6 */
7 7
8 #include "libavutil/mem.h" 8 #include "libavutil/mem.h"
9 #include "mpg123.h" 9 #include "mpg123.h"
10 10
11 extern float __attribute__((aligned(16))) costab_mmx[]; 11 extern const unsigned int __attribute__((aligned(16))) costab_mmx[];
12 //extern float __attribute__((aligned(16))) costab_mmx[];
12 13
13 static const int ppnn[4] __attribute__((aligned(16))) = 14 static const int ppnn[4] __attribute__((aligned(16))) =
14 { 0, 0, 1 << 31, 1 << 31 }; 15 { 0, 0, 1 << 31, 1 << 31 };
15 16
16 static const int pnpn[4] __attribute__((aligned(16))) = 17 static const int pnpn[4] __attribute__((aligned(16))) =