[cvs] / xvidcore / src / motion / motion_est.c Repository:
ViewVC logotype

Diff of /xvidcore/src/motion/motion_est.c

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

revision 1.44.2.34, Fri Dec 13 11:56:31 2002 UTC revision 1.44.2.35, Sat Dec 14 09:39:42 2002 UTC
# Line 31  Line 31 
31  #include <assert.h>  #include <assert.h>
32  #include <stdio.h>  #include <stdio.h>
33  #include <stdlib.h>  #include <stdlib.h>
34    #include <string.h>     // memcpy
35    
36  #include "../encoder.h"  #include "../encoder.h"
37  #include "../utils/mbfunctions.h"  #include "../utils/mbfunctions.h"
# Line 2015  Line 2016 
2016  }  }
2017    
2018    
2019  static __inline VECTOR  static VECTOR
2020  GlobalMotionEst(const MACROBLOCK * const pMBs, const MBParam * const pParam, const uint32_t iFcode)  GlobalMotionEst(const MACROBLOCK * const pMBs, const MBParam * const pParam, const uint32_t iFcode)
2021  {  {
2022    

Legend:
Removed from v.1.44.2.34  
changed lines
  Added in v.1.44.2.35

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