[cvs] / xvidcore / src / quant / quant_h263.h Repository:
ViewVC logotype

Diff of /xvidcore/src/quant/quant_h263.h

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

revision 1.8, Sat Oct 19 11:41:11 2002 UTC revision 1.10.2.1, Mon Jun 9 01:24:50 2003 UTC
# Line 1  Line 1 
 /*****************************************************************************  
  *  
  *  XVID MPEG-4 VIDEO CODEC  
  *  - h263 quantization header -  
  *  
  *  Copyright(C) 2002 Michael Militzer <isibaar@xvid.org>  
  *  
  *  This program is an implementation of a part of one or more MPEG-4  
  *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending  
  *  to use this software module in hardware or software products are  
  *  advised that its use may infringe existing patents or copyrights, and  
  *  any such use would be at such party's own risk.  The original  
  *  developer of this software module and his/her company, and subsequent  
  *  editors and their companies, will have no liability for use of this  
  *  software or modifications or derivatives thereof.  
  *  
  *  This program is free software ; you can redistribute it and/or modify  
  *  it under the terms of the GNU General Public License as published by  
  *  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  
  *  
  *  $Id$  
  *  
  ****************************************************************************/  
   
1  #ifndef _QUANT_H263_H_  #ifndef _QUANT_H263_H_
2  #define _QUANT_H263_H_  #define _QUANT_H263_H_
3    
4  #include "../portab.h"  #include "../portab.h"
5    
 /*****************************************************************************  
  * Prototypes  
  ****************************************************************************/  
   
6  /* intra */  /* intra */
7  typedef void (quanth263_intraFunc) (int16_t * coeff,  typedef void (quanth263_intraFunc) (int16_t * coeff,
8                                                                          const int16_t * data,                                                                          const int16_t * data,
# Line 54  Line 16 
16    
17  quanth263_intraFunc quant_intra_c;  quanth263_intraFunc quant_intra_c;
18  quanth263_intraFunc quant_intra_mmx;  quanth263_intraFunc quant_intra_mmx;
19    quanth263_intraFunc quant_intra_3dne;
20  quanth263_intraFunc quant_intra_sse2;  quanth263_intraFunc quant_intra_sse2;
21  quanth263_intraFunc quant_intra_ia64;  quanth263_intraFunc quant_intra_ia64;
22    
23  quanth263_intraFunc dequant_intra_c;  quanth263_intraFunc dequant_intra_c;
24  quanth263_intraFunc dequant_intra_mmx;  quanth263_intraFunc dequant_intra_mmx;
25  quanth263_intraFunc dequant_intra_xmm;  quanth263_intraFunc dequant_intra_xmm;
26    quanth263_intraFunc dequant_intra_3dne;
27  quanth263_intraFunc dequant_intra_sse2;  quanth263_intraFunc dequant_intra_sse2;
28  quanth263_intraFunc dequant_intra_ia64;  quanth263_intraFunc dequant_intra_ia64;
29    
# Line 74  Line 38 
38    
39  quanth263_interFunc quant_inter_c;  quanth263_interFunc quant_inter_c;
40  quanth263_interFunc quant_inter_mmx;  quanth263_interFunc quant_inter_mmx;
41    quanth263_interFunc quant_inter_3dne;
42  quanth263_interFunc quant_inter_sse2;  quanth263_interFunc quant_inter_sse2;
43  quanth263_interFunc quant_inter_ia64;  quanth263_interFunc quant_inter_ia64;
44    
# Line 89  Line 54 
54  dequanth263_interFunc dequant_inter_c;  dequanth263_interFunc dequant_inter_c;
55  dequanth263_interFunc dequant_inter_mmx;  dequanth263_interFunc dequant_inter_mmx;
56  dequanth263_interFunc dequant_inter_xmm;  dequanth263_interFunc dequant_inter_xmm;
57    dequanth263_interFunc dequant_inter_3dne;
58  dequanth263_interFunc dequant_inter_sse2;  dequanth263_interFunc dequant_inter_sse2;
59  dequanth263_interFunc dequant_inter_ia64;  dequanth263_interFunc dequant_inter_ia64;
60    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.10.2.1

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