[svn] / branches / dev-api-4 / xvidcore / src / dct / x86_asm / fdct_mmx.asm Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/dct/x86_asm/fdct_mmx.asm

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

revision 460, Tue Sep 10 20:37:54 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 program is an implementation of a part of one or more MPEG-4  ; *  You should have received a copy of the GNU General Public License         *
16  ; *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending  ; *  along with this program; if not, write to the Free Software               *
17  ; *  to use this software module in hardware or software products are  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  *
18  ; *  advised that its use may infringe existing patents or copyrights, and  ; *                                                                            *
19  ; *  any such use would be at such party's own risk.  The original  ; ******************************************************************************/
20  ; *  developer of this software module and his/her company, and subsequent  ;
21  ; *  editors and their companies, will have no liability for use of this  ;/******************************************************************************
22  ; *  software or modifications or derivatives thereof.  ; *                                                                            *
23  ; *  ; *  fdct_mmx.asm, MMX optimized forward DCT                                   *
24  ; *  This program is free software; you can redistribute it and/or modify  ; *                                                                            *
25  ; *  it under the terms of the GNU General Public License as published by  ; *  Initial, but incomplete version provided by Intel at AppNote AP-922       *
26  ; *  the Free Software Foundation; either version 2 of the License, or  ; *  http://developer.intel.com/vtune/cbts/strmsimd/922down.htm                *
27  ; *  (at your option) any later version.  ; *  Copyright (C) 1999 Intel Corporation,                                     *
28  ; *  ; *                                                                            *
29  ; *  This program is distributed in the hope that it will be useful,  ; *  completed and corrected in fdctmm32.c/fdctmm32.doc,                       *
30  ; *  but WITHOUT ANY WARRANTY; without even the implied warranty of  ; *  http://members.tripod.com/~liaor                                          *
31  ; *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  ; *  Copyright (C) 2000 - Royce Shih-Wea Liao <liaor@iname.com>,               *
32  ; *  GNU General Public License for more details.  ; *                                                                            *
33  ; *  ; *  ported to NASM and some minor changes                                     *
34  ; *  You should have received a copy of the GNU General Public License  ; *  Copyright (C) 2001 - Michael Militzer <isibaar@xvid.org>                  *
35  ; *  along with this program; if not, write to the Free Software  ; *                                                                            *
36  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  For more information visit the XviD homepage: http://www.xvid.org         *
37  ; *  ; *                                                                            *
38  ; *************************************************************************/  ; ******************************************************************************/
39    ;
40    ;/******************************************************************************
41    ; *                                                                            *
42    ; *  Revision history:                                                         *
43    ; *                                                                            *
44    ; *  04.11.2001 loop unrolled (Isibaar)                                                                            *
45    ; *  02.11.2001 initial version  (Isibaar)                                     *
46    ; *                                                                            *
47    ; ******************************************************************************/
48    
49    
50  BITS 32  BITS 32
51    

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

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