comparison liba52/mm_accel.h @ 1193:6a6dbba3da95 libavcodec

Utility functions (CRC calc & float->int converters) [imported from MPlayer, based on a52dec's libao]
author arpi_esp
date Wed, 16 Apr 2003 20:03:07 +0000
parents 207cc56d18f8
children 0b546eab515d
comparison
equal deleted inserted replaced
1192:f1054743bc56 1193:6a6dbba3da95
29 29
30 /* x86 accelerations */ 30 /* x86 accelerations */
31 #define MM_ACCEL_X86_MMX 0x80000000 31 #define MM_ACCEL_X86_MMX 0x80000000
32 #define MM_ACCEL_X86_3DNOW 0x40000000 32 #define MM_ACCEL_X86_3DNOW 0x40000000
33 #define MM_ACCEL_X86_MMXEXT 0x20000000 33 #define MM_ACCEL_X86_MMXEXT 0x20000000
34 #define MM_ACCEL_X86_SSE 0x10000000
35 #define MM_ACCEL_X86_3DNOWEXT 0x08000000
36
37 /* PPC accelerations */
38 #define MM_ACCEL_PPC_ALTIVEC 0x00010000
34 39
35 uint32_t mm_accel (void); 40 uint32_t mm_accel (void);
36 41
37 #endif /* MM_ACCEL_H */ 42 #endif /* MM_ACCEL_H */