[cvs] / xvidcore / src / utils / mem_transfer.h Repository:
ViewVC logotype

Diff of /xvidcore/src/utils/mem_transfer.h

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

revision 1.6, Sat Jun 15 22:28:32 2002 UTC revision 1.10, Sat Oct 19 11:41:11 2002 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - 8<->16 bit buffer transfer header -   *  - 8<->16 bit buffer transfer header -
5   *   *
6     *  Copyright(C) 2002 Michael Militzer <isibaar@xvid.org>
7     *
8   *  This program is an implementation of a part of one or more MPEG-4   *  This program is an implementation of a part of one or more MPEG-4
9   *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending   *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending
10   *  to use this software module in hardware or software products are   *  to use this software module in hardware or software products are
# Line 26  Line 28 
28   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
29   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
30   *   *
  ****************************************************************************/  
 /*****************************************************************************  
  *  
  *  History  
  *  
  *  - Sun Jun 16 00:12:49 2002 Added legal header  
  *                             Cosmetic  
31   *  $Id$   *  $Id$
32   *   *
33   ****************************************************************************/   ****************************************************************************/
34    
   
35  #ifndef _MEM_TRANSFER_H  #ifndef _MEM_TRANSFER_H
36  #define _MEM_TRANSFER_H  #define _MEM_TRANSFER_H
37    
# Line 112  Line 106 
106    
107  /* Implemented functions */  /* Implemented functions */
108  TRANSFER_8TO16SUB2 transfer_8to16sub2_c;  TRANSFER_8TO16SUB2 transfer_8to16sub2_c;
109  //TRANSFER_8TO16SUB2 transfer_8to16sub2_mmx;  TRANSFER_8TO16SUB2 transfer_8to16sub2_mmx;
110    TRANSFER_8TO16SUB2 transfer_8to16sub2_xmm;
111  TRANSFER_8TO16SUB2 transfer_8to16sub2_ia64;  TRANSFER_8TO16SUB2 transfer_8to16sub2_ia64;
112    
113    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.10

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