[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.5, Sat Nov 2 15:52:31 2002 UTC revision 1.13.2.7, Sun Dec 8 06:43:34 2002 UTC
# Line 141  Line 141 
141                                                    const IMAGE * const f_refV,                                                    const IMAGE * const f_refV,
142                                                    const IMAGE * const f_refHV,                                                    const IMAGE * const f_refHV,
143                                                    // backward (future) reference                                                    // backward (future) reference
144                                                    const MACROBLOCK * const b_mbs,                                                    const FRAMEINFO * const b_reference,
145                                                    const IMAGE * const b_ref,                                                    const IMAGE * const b_ref,
146                                                    const IMAGE * const b_refH,                                                    const IMAGE * const b_refH,
147                                                    const IMAGE * const b_refV,                                                    const IMAGE * const b_refV,
# Line 172  Line 172 
172    
173  int  int
174  MEanalysis(     const IMAGE * const pRef,  MEanalysis(     const IMAGE * const pRef,
175                          const IMAGE * const pCurrent,                          FRAMEINFO * const Current,
176                          MBParam * const pParam,                          MBParam * const pParam,
177                          MACROBLOCK * const pMBs,                          int maxIntra,
178                          const uint32_t iFcode);                          int intraCount,
179                            int bCount);
180    
181  int  int
182  FindFcode(      const MBParam * const pParam,  FindFcode(      const MBParam * const pParam,
183                          const FRAMEINFO * const current);                          const FRAMEINFO * const current);
184    
 /* used internally only */  
   
 static VECTOR  
 GlobalMotionEst(const MACROBLOCK * const pMBs,  
                                 const MBParam * const pParam, const uint32_t iFcode);  
185    
186    
187  #endif                                                  /* _MOTION_H_ */  #endif                                                  /* _MOTION_H_ */

Legend:
Removed from v.1.13.2.5  
changed lines
  Added in v.1.13.2.7

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