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

Diff of /xvidcore/src/motion/motion.h

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

revision 1.20.2.7, Sun Nov 16 15:32:37 2003 UTC revision 1.24.2.1, Mon May 25 09:03:47 2009 UTC
# Line 1  Line 1 
1  /**************************************************************************  /*****************************************************************************
2   *   *
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  -  Motion header  -   *  - Motion module header -
5     *
6     *  Copyright(C) 2002-2003 Radoslaw Czyz <xvid@syskin.cjb.net>
7     *               2002 Michael Militzer <michael@xvid.org>
8   *   *
  *  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.  
9   *   *
10   *  This program is free software; you can redistribute it and/or modify   *  This program is free software; you can redistribute it and/or modify
11   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 52  Line 47 
47    
48  /** MotionEstimation **/  /** MotionEstimation **/
49    
50  bool MotionEstimation(MBParam * const pParam,  void MotionEstimation(MBParam * const pParam,
51                                          FRAMEINFO * const current,                                          FRAMEINFO * const current,
52                                          FRAMEINFO * const reference,                                          FRAMEINFO * const reference,
53                                          const IMAGE * const pRefH,                                          const IMAGE * const pRefH,
# Line 144  Line 139 
139                                          const uint32_t height,                                          const uint32_t height,
140                                          const uint32_t edged_width,                                          const uint32_t edged_width,
141                                          const int32_t quarterpel,                                          const int32_t quarterpel,
                                         const int reduced_resolution,  
142                                          const int32_t rounding);                                          const int32_t rounding);
143    
144  void  void

Legend:
Removed from v.1.20.2.7  
changed lines
  Added in v.1.24.2.1

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