[svn] / trunk / xvidcore / src / motion / motion.h Repository:
ViewVC logotype

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

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

revision 430, Fri Sep 6 16:59:47 2002 UTC revision 437, Sat Sep 7 09:12:22 2002 UTC
# Line 28  Line 28 
28   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
29   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
30   *   *
31   *  $Id: motion.h,v 1.14 2002-09-06 16:59:47 chl Exp $   *  $Id: motion.h,v 1.15 2002-09-07 09:12:21 chl Exp $
32   *   *
33   ***************************************************************************/   ***************************************************************************/
34    
# Line 358  Line 358 
358                                   const uint32_t iLimit);                                   const uint32_t iLimit);
359  #endif  #endif
360    
   
 void MotionEstimationBVOP(MBParam * const pParam,  
                                                   FRAMEINFO * const frame,  
                                                   // forward (past) reference  
                                                   const int32_t time_bp,  
                                                   const int32_t time_pp,  
                                                   const MACROBLOCK * const f_mbs,  
                                                   const IMAGE * const f_ref,  
                                                   const IMAGE * const f_refH,  
                                                   const IMAGE * const f_refV,  
                                                   const IMAGE * const f_refHV,  
                                                   // backward (future) reference  
                                                   const MACROBLOCK * const b_mbs,  
                                                   const IMAGE * const b_ref,  
                                                   const IMAGE * const b_refH,  
                                                   const IMAGE * const b_refV,  
                                                   const IMAGE * const b_refHV);  
   
 void MBMotionCompensationBVOP(MBParam * pParam,  
                                                           MACROBLOCK * const mb,  
                                                           const uint32_t i,  
                                                           const uint32_t j,  
                                                           IMAGE * const cur,  
                                                           const IMAGE * const f_ref,  
                                                           const IMAGE * const f_refh,  
                                                           const IMAGE * const f_refv,  
                                                           const IMAGE * const f_refhv,  
                                                           const IMAGE * const b_ref,  
                                                           const IMAGE * const b_refh,  
                                                           const IMAGE * const b_refv,  
                                                           const IMAGE * const b_refhv,  
                                                           int16_t * dct_codes);  
   
   
   
361  typedef int32_t(Halfpel8_RefineFunc) (const uint8_t * const pRef,  typedef int32_t(Halfpel8_RefineFunc) (const uint8_t * const pRef,
362                                        const uint8_t * const pRefH,                                        const uint8_t * const pRefH,
363                                        const uint8_t * const pRefV,                                        const uint8_t * const pRefV,

Legend:
Removed from v.430  
changed lines
  Added in v.437

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