[svn] / trunk / xvidcore / src / dct / ia64_asm / fdct_ia64.s Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/dct/ia64_asm/fdct_ia64.s

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

revision 850, Sat Feb 15 08:39:17 2003 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  //  *  - ia64  fast discrete cosine transformation  // *                                                                            *
5  //  *  // *                                                                            *
6  //  *  Copyright (C) 1999 Intel Corporation,  // *  XviD is free software; you can redistribute it and/or modify it           *
7  //  *  Copyright (C) 2002 - Stephan Krause, Ingo-Marc Weber, Daniel Kallfass  // *  under the terms of the GNU General Public License as published by         *
8  //  *  // *  the Free Software Foundation; either version 2 of the License, or         *
9  //  *  This program is an implementation of a part of one or more MPEG-4  // *  (at your option) any later version.                                       *
10  //  *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending  // *                                                                            *
11  //  *  to use this software module in hardware or software products are  // *  XviD is distributed in the hope that it will be useful, but               *
12  //  *  advised that its use may infringe existing patents or copyrights, and  // *  WITHOUT ANY WARRANTY; without even the implied warranty of                *
13  //  *  any such use would be at such party's own risk.  The original  // *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             *
14  //  *  developer of this software module and his/her company, and subsequent  // *  GNU General Public License for more details.                              *
15  //  *  editors and their companies, will have no liability for use of this  // *                                                                            *
16  //  *  software or modifications or derivatives thereof.  // *  You should have received a copy of the GNU General Public License         *
17  //  *  // *  along with this program; if not, write to the Free Software               *
18  //  *  This program is free software; you can redistribute it and/or modify  // *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  *
19  //  *  it under the terms of the GNU General Public License as published by  // *                                                                            *
20  //  *  the Free Software Foundation; either version 2 of the License, or  // ******************************************************************************
 //  *  (at your option) any later version.  
 //  *  
 //  *  This program is distributed in the hope that it will be useful,  
 //  *  but WITHOUT ANY WARRANTY; without even the implied warranty of  
 //  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 //  *  GNU General Public License for more details.  
 //  *  
 //  *  You should have received a copy of the GNU General Public License  
 //  *  along with this program; if not, write to the Free Software  
 //  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  
 //  *  
 //  ****************************************************************************/  
21  //  //
22  // ******************************************************************************  // ******************************************************************************
23  // *                                                                            *  // *                                                                            *
# Line 41  Line 29 
29  // *                                                                            *  // *                                                                            *
30  // *  This version was implemented during an IA-64 practical training at                *  // *  This version was implemented during an IA-64 practical training at                *
31  // *  the University of Karlsruhe (http://i44w3.info.uni-karlsruhe.de/)                 *  // *  the University of Karlsruhe (http://i44w3.info.uni-karlsruhe.de/)                 *
32    // *  Copyright (C) 2002 - Stephan Krause, Ingo-Marc Weber, Daniel Kallfass     *
33    // *                                                                            *
34    // *  For more information visit the XviD homepage: http://www.xvid.org         *
35    // *                                                                            *
36    // ******************************************************************************
37    //
38    // ******************************************************************************
39    // *                                                                            *
40    // *  Revision history:                                                         *
41    // *                                                                            *
42    // *  24.07.2002 Initial Version                                                *
43  // *                                                                            *  // *                                                                            *
44  // ******************************************************************************  // ******************************************************************************
45    
46    
47  // This is a fast precise implementation of 8x8 Discrete Cosine Transform  // This is a fast precise implementation of 8x8 Discrete Cosine Transform
48  // published in Intel Application Note 922 from 1999 and optimized for IA-64.  // published in Intel Application Note 922 from 1999 and optimized for IA-64.
49  //  //

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

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