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

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

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

revision 1382, Mon Mar 22 22:36:25 2004 UTC revision 1668, Sun Dec 18 06:52:12 2005 UTC
# Line 26  Line 26 
26   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
27   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
28   *   *
29   *  $Id: motion.h,v 1.22 2004-03-22 22:36:24 edgomez Exp $   *  $Id: motion.h,v 1.24 2005-12-18 06:52:12 syskin Exp $
30   *   *
31   ***************************************************************************/   ***************************************************************************/
32    
# Line 52  Line 52 
52    
53  /** MotionEstimation **/  /** MotionEstimation **/
54    
55  bool MotionEstimation(MBParam * const pParam,  void MotionEstimation(MBParam * const pParam,
56                                          FRAMEINFO * const current,                                          FRAMEINFO * const current,
57                                          FRAMEINFO * const reference,                                          FRAMEINFO * const reference,
58                                          const IMAGE * const pRefH,                                          const IMAGE * const pRefH,
# Line 144  Line 144 
144                                          const uint32_t height,                                          const uint32_t height,
145                                          const uint32_t edged_width,                                          const uint32_t edged_width,
146                                          const int32_t quarterpel,                                          const int32_t quarterpel,
                                         const int reduced_resolution,  
147                                          const int32_t rounding);                                          const int32_t rounding);
148    
149  void  void

Legend:
Removed from v.1382  
changed lines
  Added in v.1668

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