comparison mp3lib/decode_MMX.c @ 23434:d986b47f1451

Use int and uint32_t instead of long and unsigned long, when appropriate.
author zuxy
date Sat, 02 Jun 2007 16:25:18 +0000
parents 84eaacdc380d
children
comparison
equal deleted inserted replaced
23433:a36eeb4094cd 23434:d986b47f1451
12 #define real float /* ugly - but only way */ 12 #define real float /* ugly - but only way */
13 13
14 extern void (*dct64_MMX_func)(short*, short*, real*); 14 extern void (*dct64_MMX_func)(short*, short*, real*);
15 static unsigned long long attribute_used __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL; 15 static unsigned long long attribute_used __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL;
16 static unsigned long long attribute_used __attribute__((aligned(8))) one_null = 0xffff0000ffff0000ULL; 16 static unsigned long long attribute_used __attribute__((aligned(8))) one_null = 0xffff0000ffff0000ULL;
17 unsigned long __attribute__((aligned(16))) costab_mmx[] = 17 unsigned int __attribute__((aligned(16))) costab_mmx[] =
18 { 18 {
19 1056974725, 19 1056974725,
20 1057056395, 20 1057056395,
21 1057223771, 21 1057223771,
22 1057485416, 22 1057485416,