[svn] / trunk / xvidcore / src / quant / x86_asm / quantize4_mmx.asm Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/quant/x86_asm/quantize4_mmx.asm

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

revision 268, Sun Jul 7 11:44:02 2002 UTC revision 463, Tue Sep 10 21:16:45 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 optimized MPEG quantization/dequantization
5  ; *  XviD is an implementation of a part of one or more MPEG-4 Video tools     *  ; *
6  ; *  as specified in ISO/IEC 14496-2 standard.  Those intending to use this    *  ; *  Copyright(C) 2002 Peter Ross <pross@xvid.org>
7  ; *  software module in hardware or software products are advised that its     *  ; *  Copyright(C) 2002 Michael Militzer <michael@xvid.org>
8  ; *  use may infringe existing patents or copyrights, and any such use         *  ; *  Copyright(C) 2002 Pascal Massimino <skal@planet-d.net>
9  ; *  would be at such party's own risk.  The original developer of this        *  ; *
10  ; *  software module and his/her company, and subsequent editors and their     *  ; *  This program is an implementation of a part of one or more MPEG-4
11  ; *  companies, will have no liability for use of this software or             *  ; *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending
12  ; *  modifications or derivatives thereof.                                     *  ; *  to use this software module in hardware or software products are
13  ; *                                                                            *  ; *  advised that its use may infringe existing patents or copyrights, and
14  ; *  XviD is free software; you can redistribute it and/or modify it           *  ; *  any such use would be at such party's own risk.  The original
15  ; *  under the terms of the GNU General Public License as published by         *  ; *  developer of this software module and his/her company, and subsequent
16  ; *  the Free Software Foundation; either version 2 of the License, or         *  ; *  editors and their companies, will have no liability for use of this
17  ; *  (at your option) any later version.                                       *  ; *  software or modifications or derivatives thereof.
18  ; *                                                                            *  ; *
19  ; *  XviD is distributed in the hope that it will be useful, but               *  ; *  This program is free software; you can redistribute it and/or modify
20  ; *  WITHOUT ANY WARRANTY; without even the implied warranty of                *  ; *  it under the terms of the GNU General Public License as published by
21  ; *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             *  ; *  the Free Software Foundation; either version 2 of the License, or
22  ; *  GNU General Public License for more details.                              *  ; *  (at your option) any later version.
23  ; *                                                                            *  ; *
24  ; *  You should have received a copy of the GNU General Public License         *  ; *  This program is distributed in the hope that it will be useful,
25  ; *  along with this program; if not, write to the Free Software               *  ; *  but WITHOUT ANY WARRANTY; without even the implied warranty of
26  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  *  ; *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27  ; *                                                                            *  ; *  GNU General Public License for more details.
28  ; ******************************************************************************/  ; *
29  ;  ; *  You should have received a copy of the GNU General Public License
30  ;/******************************************************************************  ; *  along with this program; if not, write to the Free Software
31  ; *                                                                            *  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
32  ; *  quantize4.asm, MMX optimized MPEG quantization/dequantization             *  ; *
33  ; *                                                                            *  ; *************************************************************************/
 ; *  Copyright (C) 2002 - Peter Ross <pross@cs.rmit.edu.au>                    *  
 ; *  Copyright (C) 2002 - Michael Militzer <isibaar@xvid.org>                  *  
 ; *                                                                            *  
 ; *  For more information visit the XviD homepage: http://www.xvid.org         *  
 ; *                                                                            *  
 ; ******************************************************************************/  
 ;  
 ;/******************************************************************************  
 ; *                                                                            *  
 ; *  Revision history:                                                         *  
 ; *                                                                            *  
 ; *  14.06.2002  mmx dequant4_* funcs revamped  -Skal-                         *  
 ; *  22.01.2002 initial version                                                *  
 ; *                                                                            *  
 ; ******************************************************************************/  
34    
35  ; data/text alignment  ; data/text alignment
36  %define ALIGN 8  %define ALIGN 8

Legend:
Removed from v.268  
changed lines
  Added in v.463

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