[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 1913, Sat Dec 18 16:02:08 2010 UTC revision 1928, Tue Dec 28 19:19:57 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.26 2010-12-18 16:02:00 Isibaar Exp $   *  $Id: motion.h,v 1.28 2010-12-28 19:19:43 Isibaar Exp $
25   *   *
26   ***************************************************************************/   ***************************************************************************/
27    
# 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.1913  
changed lines
  Added in v.1928

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