[svn] / trunk / xvidcore / src / dct / x86_asm / fdct_mmx.asm Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/dct/x86_asm/fdct_mmx.asm

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

revision 649, Sat Nov 16 23:51:58 2002 UTC revision 851, Sat Feb 15 15:22:19 2003 UTC
# Line 1  Line 1 
1  ;/*****************************************************************************  ;/******************************************************************************
2  ; *  ; *                                                                            *
3  ; *  XVID MPEG-4 VIDEO CODEC  ; *  This file is part of XviD, a free MPEG-4 video encoder/decoder            *
4  ; *  mmx version - fast discrete cosine transformation  ; *                                                                            *
5  ; *  ; *  This program is free software; you can redistribute it and/or modify it   *
6  ; *  Initial version provided by Intel at AppNote AP-922  ; *  under the terms of the GNU General Public License as published by         *
7  ; *  Copyright (C) 1999 Intel Corporation,  ; *  the Free Software Foundation; either version 2 of the License, or         *
8  ; *  ; *  (at your option) any later version.                                       *
9  ; *  completed and corrected  ; *                                                                            *
10  ; *  Copyright (C) 2000 - Royce Shih-Wea Liao <liaor@iname.com>,  ; *  This program is distributed in the hope that it will be useful, but       *
11  ; *  ; *  WITHOUT ANY WARRANTY; without even the implied warranty of                *
12  ; *  ported to NASM and some minor changes  ; *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             *
13  ; *  Copyright (C) 2001 - Michael Militzer <isibaar@xvid.org>  ; *  GNU General Public License for more details.                              *
14  ; *  ; *                                                                            *
15  ; *  This file is part of XviD, a free MPEG-4 video encoder/decoder  ; *  You should have received a copy of the GNU General Public License         *
16  ; *  ; *  along with this program; if not, write to the Free Software               *
17  ; *  XviD is free software; you can redistribute it and/or modify it  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  *
18  ; *  under the terms of the GNU General Public License as published by  ; *                                                                            *
19  ; *  the Free Software Foundation; either version 2 of the License, or  ; ******************************************************************************/
20  ; *  (at your option) any later version.  ;
21  ; *  ;/******************************************************************************
22  ; *  This program is distributed in the hope that it will be useful,  ; *                                                                            *
23  ; *  but WITHOUT ANY WARRANTY; without even the implied warranty of  ; *  fdct_mmx.asm, MMX optimized forward DCT                                   *
24  ; *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  ; *                                                                            *
25  ; *  GNU General Public License for more details.  ; *  Initial, but incomplete version provided by Intel at AppNote AP-922       *
26  ; *  ; *  http://developer.intel.com/vtune/cbts/strmsimd/922down.htm                *
27  ; *  You should have received a copy of the GNU General Public License  ; *  Copyright (C) 1999 Intel Corporation,                                     *
28  ; *  along with this program; if not, write to the Free Software  ; *                                                                            *
29  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  completed and corrected in fdctmm32.c/fdctmm32.doc,                       *
30  ; *  ; *  http://members.tripod.com/~liaor                                          *
31  ; *  Under section 8 of the GNU General Public License, the copyright  ; *  Copyright (C) 2000 - Royce Shih-Wea Liao <liaor@iname.com>,               *
32  ; *  holders of XVID explicitly forbid distribution in the following  ; *                                                                            *
33  ; *  countries:  ; *  ported to NASM and some minor changes                                     *
34  ; *  ; *  Copyright (C) 2001 - Michael Militzer <isibaar@xvid.org>                  *
35  ; *    - Japan  ; *                                                                            *
36  ; *    - United States of America  ; *  For more information visit the XviD homepage: http://www.xvid.org         *
37  ; *  ; *                                                                            *
38  ; *  Linking XviD statically or dynamically with other modules is making a  ; ******************************************************************************/
39  ; *  combined work based on XviD.  Thus, the terms and conditions of the  ;
40  ; *  GNU General Public License cover the whole combination.  ;/******************************************************************************
41  ; *  ; *                                                                            *
42  ; *  As a special exception, the copyright holders of XviD give you  ; *  Revision history:                                                         *
43  ; *  permission to link XviD with independent modules that communicate with  ; *                                                                            *
44  ; *  XviD solely through the VFW1.1 and DShow interfaces, regardless of the  ; *  04.11.2001 loop unrolled (Isibaar)                                                                            *
45  ; *  license terms of these independent modules, and to copy and distribute  ; *  02.11.2001 initial version  (Isibaar)                                     *
46  ; *  the resulting combined work under terms of your choice, provided that  ; *                                                                            *
47  ; *  every copy of the combined work is accompanied by a complete copy of  ; ******************************************************************************/
48  ; *  the source code of XviD (the version of XviD used to produce the  
 ; *  combined work), being distributed under the terms of the GNU General  
 ; *  Public License plus this exception.  An independent module is a module  
 ; *  which is not derived from or based on XviD.  
 ; *  
 ; *  Note that people who make modified versions of XviD are not obligated  
 ; *  to grant this special exception for their modified versions; it is  
 ; *  their choice whether to do so.  The GNU General Public License gives  
 ; *  permission to release a modified version without this exception; this  
 ; *  exception also makes it possible to release a modified version which  
 ; *  carries forward this exception.  
 ; *  
 ; * $Id: fdct_mmx.asm,v 1.6 2002-11-16 23:51:58 edgomez Exp $  
 ; *  
 ; *************************************************************************/  
49    
50  BITS 32  BITS 32
51    

Legend:
Removed from v.649  
changed lines
  Added in v.851

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