[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.13.2.1, Mon Sep 23 20:36:01 2002 UTC revision 1.13.2.2, Wed Sep 25 21:28:48 2002 UTC
# Line 48  Line 48 
48   * based on dx & dy.   * based on dx & dy.
49   */   */
50    
51    static const uint32_t roundtab[16] =
52                    { 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2 };
53    
54    
55  static __inline const uint8_t *  static __inline const uint8_t *
56  get_ref(const uint8_t * const refn,  get_ref(const uint8_t * const refn,
57                  const uint8_t * const refh,                  const uint8_t * const refh,
# Line 154  Line 158 
158                                                  const IMAGE * const pRefV,                                                  const IMAGE * const pRefV,
159                                                  const IMAGE * const pRefHV);                                                  const IMAGE * const pRefHV);
160    
161    int
162    MEanalysis(     const IMAGE * const pRef,
163                            const IMAGE * const pCurrent,
164                            MBParam * const pParam,
165                            MACROBLOCK * const pMBs,
166                            const uint32_t iFcode);
167    
168    
169  #endif                                                  /* _MOTION_H_ */  #endif                                                  /* _MOTION_H_ */

Legend:
Removed from v.1.13.2.1  
changed lines
  Added in v.1.13.2.2

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