[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.26, Sat Dec 18 16:02:00 2010 UTC revision 1.28, Tue Dec 28 19:19:43 2010 UTC
# Line 71  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 143  Line 144 
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                                          const uint8_t * const tmp);                                          uint8_t * const tmp);
148    
149  void  void
150  MBMotionCompensationBVOP(MBParam * pParam,  MBMotionCompensationBVOP(MBParam * pParam,
# Line 160  Line 161 
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                                                          const uint8_t * const tmp);                                                          uint8_t * const tmp);
165    
166  #endif                                                  /* _MOTION_H_ */  #endif                                                  /* _MOTION_H_ */

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

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