[svn] / branches / release-1_2-branch / xvidcore / src / quant / ia64_asm / quant_h263_ia64.s Repository:
ViewVC logotype

Diff of /branches/release-1_2-branch/xvidcore/src/quant/ia64_asm/quant_h263_ia64.s

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

revision 1859, Mon May 25 08:31:16 2009 UTC revision 1860, Mon May 25 09:03:47 2009 UTC
# Line 1  Line 1 
1  //*******************************************************************************  // ****************************************************************************
2  //*                                                                             *  // *
3  //*     functions quant_inter and dequant_inter have been softwarepipelined     *  // *  XVID MPEG-4 VIDEO CODEC
4  //*     use was made of the pmpyshr2 instruction                                *  // *  - IA64 h.263 quantization -
5  //*                                                                             *  // *
6  //*     by Christian Engel and Hans-Joachim Daniels                             *  // *  Copyright(C) 2002 Christian Engel, Hans-Joachim Daniels
7  //*     christian.engel@ira.uka.de hans-joachim.daniels@ira.uka.de              *  // *
8  //*                                                                             *  // *  This program is free software; you can redistribute it and/or modify it
9  //*     This was made for the ia64 DivX laboratory (yes, it was really called   *  // *  under the terms of the GNU General Public License as published by
10  //*     this way, originally OpenDivX was intendet, but died shortly before our *  // *  the Free Software Foundation; either version 2 of the License, or
11  //*     work started (you will probably already know ...))                      *  // *  (at your option) any later version.
12  //*     at the Universitat Karlsruhe (TH) held between April and July 2002      *  // *
13  //*     http://www.info.uni-karlsruhe.de/~rubino/ia64p/                         *  // *  This program is distributed in the hope that it will be useful,
14  //*                                                                             *  // *  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  //*******************************************************************************/  // *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16    // *  GNU General Public License for more details.
17    // *
18    // *  You should have received a copy of the GNU General Public License
19    // *  along with this program; if not, write to the Free Software
20    // *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21    // *
22    // * $Id: quant_h263_ia64.s,v 1.6.6.1 2009-05-25 09:03:47 Isibaar Exp $
23    // *
24    // ***************************************************************************/
25    //
26    // ****************************************************************************
27    // *
28    // *  quant_h263_ia64.s, IA-64 h.263 quantization
29    // *
30    // *  This version was implemented during an IA-64 practical training at
31    // *  the University of Karlsruhe (http://i44w3.info.uni-karlsruhe.de/)
32    // *
33    // ****************************************************************************
34    
35    // *****************************************************************************
36    // *
37    // *    functions quant_inter and dequant_inter have been softwarepipelined
38    // *    use was made of the pmpyshr2 instruction
39    // *
40    // *    by Christian Engel and Hans-Joachim Daniels
41    // *    christian.engel@ira.uka.de hans-joachim.daniels@ira.uka.de
42    // *
43    // *    This was made for the ia64 DivX laboratory (yes, it was really called
44    // *    this way, originally OpenDivX was intendet, but died shortly before our
45    // *    work started (you will probably already know ...))
46    // *    at the Universitat Karlsruhe (TH) held between April and July 2002
47    // *    http://www.info.uni-karlsruhe.de/~rubino/ia64p/
48    // *
49    // *****************************************************************************/
50    
51          .file   "quant_h263_ia64.s"          .file   "quant_h263_ia64.s"
52          .pred.safe_across_calls p1-p5,p16-p63          .pred.safe_across_calls p1-p5,p16-p63
53                  .section        .rodata                  .section        .rodata

Legend:
Removed from v.1859  
changed lines
  Added in v.1860

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