comparison liba52/mm_accel.h @ 18720:4bad7f00556e

sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com< part 1: functional changes
author rathann
date Thu, 15 Jun 2006 22:58:06 +0000
parents 07f1e7669772
children 0783dd397f74
comparison
equal deleted inserted replaced
18719:5d01eb066fa3 18720:4bad7f00556e
1 /* 1 /*
2 * mm_accel.h 2 * mm_accel.h
3 * Copyright (C) 2000-2001 Michel Lespinasse <walken@zoy.org> 3 * Copyright (C) 2000-2002 Michel Lespinasse <walken@zoy.org>
4 * Copyright (C) 1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca> 4 * Copyright (C) 1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
5 * 5 *
6 * This file is part of a52dec, a free ATSC A-52 stream decoder. 6 * This file is part of a52dec, a free ATSC A-52 stream decoder.
7 * See http://liba52.sourceforge.net/ for updates. 7 * See http://liba52.sourceforge.net/ for updates.
8 * 8 *
27 27
28 #ifndef MM_ACCEL_H 28 #ifndef MM_ACCEL_H
29 #define MM_ACCEL_H 29 #define MM_ACCEL_H
30 30
31 /* generic accelerations */ 31 /* generic accelerations */
32 #define MM_ACCEL_MLIB 0x00000001 32 #define MM_ACCEL_DJBFFT 0x00000001
33 33
34 /* x86 accelerations */ 34 /* x86 accelerations */
35 #define MM_ACCEL_X86_MMX 0x80000000 35 #define MM_ACCEL_X86_MMX 0x80000000
36 #define MM_ACCEL_X86_3DNOW 0x40000000 36 #define MM_ACCEL_X86_3DNOW 0x40000000
37 #define MM_ACCEL_X86_3DNOWEXT 0x08000000 37 #define MM_ACCEL_X86_3DNOWEXT 0x08000000