[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.23, Sun Dec 5 13:01:27 2004 UTC revision 1.26, Sat Dec 18 16:02:00 2010 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,
54                                          const IMAGE * const pRefV,                                          const IMAGE * const pRefV,
55                                          const IMAGE * const pRefHV,                                          const IMAGE * const pRefHV,
56                                          const IMAGE * const pGMC,                                          const IMAGE * const pGMC,
57                                          const uint32_t iLimit);                                          const uint32_t iLimit,
58                                            const int num_slices);
59    
60  void  void
61  MotionEstimationBVOP(MBParam * const pParam,  MotionEstimationBVOP(MBParam * const pParam,
# Line 83  Line 79 
79                          const FRAMEINFO * const reference,                          const FRAMEINFO * const reference,
80                          const IMAGE * const pRefH,                          const IMAGE * const pRefH,
81                          const IMAGE * const pRefV,                          const IMAGE * const pRefV,
82                          const IMAGE * const pRefHV);                          const IMAGE * const pRefHV,
83                            const int num_slices);
84    
85  WARPPOINTS  WARPPOINTS
86  GlobalMotionEst(MACROBLOCK * const pMBs,  GlobalMotionEst(MACROBLOCK * const pMBs,
# Line 92  Line 89 
89                                  const FRAMEINFO * const reference,                                  const FRAMEINFO * const reference,
90                                  const IMAGE * const pRefH,                                  const IMAGE * const pRefH,
91                                  const IMAGE * const pRefV,                                  const IMAGE * const pRefV,
92                                  const IMAGE * const pRefHV);                                  const IMAGE * const pRefHV,
93                                    const int num_slices);
94    
95  int  int
96  GlobalMotionEstRefine(  GlobalMotionEstRefine(
# Line 144  Line 142 
142                                          const uint32_t height,                                          const uint32_t height,
143                                          const uint32_t edged_width,                                          const uint32_t edged_width,
144                                          const int32_t quarterpel,                                          const int32_t quarterpel,
145                                          const int32_t rounding);                                          const int32_t rounding,
146                                            const uint8_t * const tmp);
147    
148  void  void
149  MBMotionCompensationBVOP(MBParam * pParam,  MBMotionCompensationBVOP(MBParam * pParam,
# Line 160  Line 159 
159                                                          const IMAGE * const b_refh,                                                          const IMAGE * const b_refh,
160                                                          const IMAGE * const b_refv,                                                          const IMAGE * const b_refv,
161                                                          const IMAGE * const b_refhv,                                                          const IMAGE * const b_refhv,
162                                                          int16_t * dct_codes);                                                          int16_t * dct_codes,
163                                                            const uint8_t * const tmp);
164    
165  #endif                                                  /* _MOTION_H_ */  #endif                                                  /* _MOTION_H_ */

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.26

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