[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.6, Wed Oct 1 23:23:01 2003 UTC revision 1.24, Sun Dec 18 06:52:12 2005 UTC
# 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 124  Line 124 
124                          const int maxIntra,                          const int maxIntra,
125                          const int intraCount,                          const int intraCount,
126                          const int bCount,                          const int bCount,
127                          const int b_thresh);                          const int b_thresh,
128                            const MACROBLOCK * const prev_mbs);
129    
130  /** MotionCompensation **/  /** MotionCompensation **/
131    
# Line 143  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.1.20.2.6  
changed lines
  Added in v.1.24

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