[svn] / trunk / xvidcore / src / dct / fdct.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/dct/fdct.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1382, Mon Mar 22 22:36:25 2004 UTC revision 1979, Mon May 16 16:20:15 2011 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - Forward DCT header  -   *  - Forward DCT header  -
5   *   *
6   *  Copyright(C) 2001-2003 Michael Militzer <isibaar@xvid.org>   *  Copyright(C) 2001-2011 Michael Militzer <michael@xvid.org>
7   *   *
8   *  This program is free software ; you can redistribute it and/or modify   *  This program is free software ; you can redistribute it and/or modify
9   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: fdct.h,v 1.8 2004-03-22 22:36:23 edgomez Exp $   * $Id: fdct.h,v 1.11 2008-11-26 01:04:34 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
26  #ifndef _FDCT_H_  #ifndef _FDCT_H_
27  #define _FDCT_H_  #define _FDCT_H_
28    
29    #include "../portab.h"
30    
31  typedef void (fdctFunc) (short *const block);  typedef void (fdctFunc) (short *const block);
32  typedef fdctFunc *fdctFuncPtr;  typedef fdctFunc *fdctFuncPtr;
33    
# Line 33  Line 35 
35    
36  fdctFunc fdct_int32;  fdctFunc fdct_int32;
37    
38  #ifdef ARCH_IS_IA32  #if defined(ARCH_IS_IA32) || defined(ARCH_IS_X86_64)
39  fdctFunc fdct_mmx_ffmpeg;  fdctFunc fdct_mmx_ffmpeg;
40  fdctFunc fdct_xmm_ffmpeg;  fdctFunc fdct_xmm_ffmpeg;
41  fdctFunc fdct_mmx_skal;  fdctFunc fdct_mmx_skal;
# Line 41  Line 43 
43  fdctFunc fdct_sse2_skal;  fdctFunc fdct_sse2_skal;
44  #endif  #endif
45    
 #ifdef ARCH_IS_ALTIVEC  
 fdctFunc fdct_altivec;  
 #endif  
   
46  #ifdef ARCH_IS_IA64  #ifdef ARCH_IS_IA64
47  fdctFunc fdct_ia64;  fdctFunc fdct_ia64;
48  #endif  #endif

Legend:
Removed from v.1382  
changed lines
  Added in v.1979

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4