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

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

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

revision 1.1.2.12, Thu Jan 9 11:36:33 2003 UTC revision 1.1.2.14, Fri Jan 24 11:44:24 2003 UTC
# Line 137  Line 137 
137          const uint8_t * bRefH;          const uint8_t * bRefH;
138          const uint8_t * bRefV;          const uint8_t * bRefV;
139          const uint8_t * bRefHV;          const uint8_t * bRefHV;
140            const uint8_t * b_RefCU;
141            const uint8_t * b_RefCV;
142    
143          VECTOR bpredMV;          VECTOR bpredMV;
144          uint32_t bFcode;          uint32_t bFcode;
145  // fields for direct mode  // fields for direct mode
# Line 231  Line 234 
234                  int inter4v,                  int inter4v,
235                  MACROBLOCK * const pMB);                  MACROBLOCK * const pMB);
236    
237  static VECTOR  
238    static WARPPOINTS
239  GlobalMotionEst(const MACROBLOCK * const pMBs,  GlobalMotionEst(const MACROBLOCK * const pMBs,
240                                  const MBParam * const pParam, const uint32_t iFcode);                                  const MBParam * const pParam,
241                                    const FRAMEINFO * const current,
242                                    const FRAMEINFO * const reference,
243                                    const IMAGE * const pRefH,
244                                    const IMAGE * const pRefV,
245                                    const IMAGE * const pRefHV      );
246    
247  #define iDiamondSize 2  #define iDiamondSize 2
248    

Legend:
Removed from v.1.1.2.12  
changed lines
  Added in v.1.1.2.14

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