~ubuntu-branches/ubuntu/maverick/zapping/maverick

« back to all changes in this revision

Viewing changes to plugins/deinterlace/DI_MoComp2/DI_MoComp2MMX.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-03-08 23:19:08 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050308231908-oip7rfv6lcmo8c0e
Tags: 0.9.2-2ubuntu1
Rebuilt for Python transition (2.3 -> 2.4)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/////////////////////////////////////////////////////////////////////////////
 
2
// $Id: DI_MoComp2MMX.c,v 1.1 2005/01/08 14:54:24 mschimek Exp $
 
3
/////////////////////////////////////////////////////////////////////////////
 
4
// Copyright (c) 2003 Tom Barry & John Adcock.  All rights reserved.
 
5
/////////////////////////////////////////////////////////////////////////////
 
6
//
 
7
//  This file is subject to the terms of the GNU General Public License as
 
8
//  published by the Free Software Foundation.  A copy of this license is
 
9
//  included with this software distribution in the file COPYING.  If you
 
10
//  do not have a copy, you may obtain a copy by writing to the Free
 
11
//  Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
12
//
 
13
//  This software 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
//  (From Tom Barry)
 
19
//  Also, this program is "Philanthropy-Ware".  That is, if you like it and 
 
20
//  feel the need to reward or inspire the author then please feel free (but
 
21
//  not obligated) to consider joining or donating to the Electronic Frontier
 
22
//  Foundation. This will help keep cyber space free of barbed wire and bullsh*t.  
 
23
//  See www.eff.org for details
 
24
/////////////////////////////////////////////////////////////////////////////
 
25
// CVS Log
 
26
//
 
27
// $Log: DI_MoComp2MMX.c,v $
 
28
// Revision 1.1  2005/01/08 14:54:24  mschimek
 
29
// *** empty log message ***
 
30
//
 
31
// Revision 1.1  2003/01/02 13:15:00  adcockj
 
32
// Added new plug-ins ready for developement by copying TomsMoComp and Gamma
 
33
//
 
34
/////////////////////////////////////////////////////////////////////////////
 
35
 
 
36
#define IS_MMX
 
37
#define SSE_TYPE MMX
 
38
#define FUNCT_NAME DeinterlaceMoComp2_MMX
 
39
#include "MoComp2All.inc"