[svn] / branches / dev-api-3 / xvidcore / src / motion / motion.h Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/motion/motion.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 530, Mon Sep 23 20:36:02 2002 UTC revision 539, Wed Sep 25 21:28:48 2002 UTC
# Line 26  Line 26 
26   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
27   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
28   *   *
29   *  $Id: motion.h,v 1.13.2.1 2002-09-23 20:36:01 chl Exp $   *  $Id: motion.h,v 1.13.2.2 2002-09-25 21:28:48 Isibaar Exp $
30   *   *
31   ***************************************************************************/   ***************************************************************************/
32    
# 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.530  
changed lines
  Added in v.539

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