[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 1912, Sat Dec 18 10:17:35 2010 UTC revision 1913, Sat Dec 18 16:02:08 2010 UTC
# Line 21  Line 21 
21   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   *  $Id: motion.h,v 1.25 2009-02-18 15:10:27 Isibaar Exp $   *  $Id: motion.h,v 1.26 2010-12-18 16:02:00 Isibaar Exp $
25   *   *
26   ***************************************************************************/   ***************************************************************************/
27    
# Line 54  Line 54 
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 78  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 87  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 139  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 155  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.1912  
changed lines
  Added in v.1913

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