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

Legend:
Removed from v.431  
changed lines
  Added in v.432

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