comparison mp3lib/decode_mmx.c @ 30658:fbb18bfa2dfe

Declare all public mp3lib functions in mpg123.h.
author diego
date Mon, 22 Feb 2010 13:52:59 +0000
parents 32725ca88fed
children 0ad2da052b2e
comparison
equal deleted inserted replaced
30657:aeb025df42ba 30658:fbb18bfa2dfe
9 */ 9 */
10 #include "config.h" 10 #include "config.h"
11 #include "mangle.h" 11 #include "mangle.h"
12 #include "mpg123.h" 12 #include "mpg123.h"
13 13
14 extern void (*dct64_MMX_func)(short*, short*, real*);
15 static const unsigned long long attribute_used __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL; 14 static const unsigned long long attribute_used __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL;
16 static const unsigned long long attribute_used __attribute__((aligned(8))) one_null = 0xffff0000ffff0000ULL; 15 static const unsigned long long attribute_used __attribute__((aligned(8))) one_null = 0xffff0000ffff0000ULL;
17 const unsigned int __attribute__((aligned(16))) costab_mmx[] = 16 const unsigned int __attribute__((aligned(16))) costab_mmx[] =
18 { 17 {
19 1056974725, 18 1056974725,