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

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