[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.25, Wed Feb 18 15:10:27 2009 UTC revision 1.27.2.1, Tue Dec 28 19:19:57 2010 UTC
# 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 70  Line 71 
71                                                  const IMAGE * const b_ref,                                                  const IMAGE * const b_ref,
72                                                  const IMAGE * const b_refH,                                                  const IMAGE * const b_refH,
73                                                  const IMAGE * const b_refV,                                                  const IMAGE * const b_refV,
74                                                  const IMAGE * const b_refHV);                                                  const IMAGE * const b_refHV,
75                                                    const int num_slices);
76    
77  void  void
78  GMEanalysis(const MBParam * const pParam,  GMEanalysis(const MBParam * const pParam,
# Line 78  Line 80 
80                          const FRAMEINFO * const reference,                          const FRAMEINFO * const reference,
81                          const IMAGE * const pRefH,                          const IMAGE * const pRefH,
82                          const IMAGE * const pRefV,                          const IMAGE * const pRefV,
83                          const IMAGE * const pRefHV);                          const IMAGE * const pRefHV,
84                            const int num_slices);
85    
86  WARPPOINTS  WARPPOINTS
87  GlobalMotionEst(MACROBLOCK * const pMBs,  GlobalMotionEst(MACROBLOCK * const pMBs,
# Line 87  Line 90 
90                                  const FRAMEINFO * const reference,                                  const FRAMEINFO * const reference,
91                                  const IMAGE * const pRefH,                                  const IMAGE * const pRefH,
92                                  const IMAGE * const pRefV,                                  const IMAGE * const pRefV,
93                                  const IMAGE * const pRefHV);                                  const IMAGE * const pRefHV,
94                                    const int num_slices);
95    
96  int  int
97  GlobalMotionEstRefine(  GlobalMotionEstRefine(
# Line 139  Line 143 
143                                          const uint32_t height,                                          const uint32_t height,
144                                          const uint32_t edged_width,                                          const uint32_t edged_width,
145                                          const int32_t quarterpel,                                          const int32_t quarterpel,
146                                          const int32_t rounding);                                          const int32_t rounding,
147                                            uint8_t * const tmp);
148    
149  void  void
150  MBMotionCompensationBVOP(MBParam * pParam,  MBMotionCompensationBVOP(MBParam * pParam,
# Line 155  Line 160 
160                                                          const IMAGE * const b_refh,                                                          const IMAGE * const b_refh,
161                                                          const IMAGE * const b_refv,                                                          const IMAGE * const b_refv,
162                                                          const IMAGE * const b_refhv,                                                          const IMAGE * const b_refhv,
163                                                          int16_t * dct_codes);                                                          int16_t * dct_codes,
164                                                            uint8_t * const tmp);
165    
166  #endif                                                  /* _MOTION_H_ */  #endif                                                  /* _MOTION_H_ */

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.27.2.1

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