www.pudn.com > wm2.5.zip > interprediction.h


/*! 
 *************************************************************************** 
 * \file 
 *     interprediction.h 
 * 
 * \brief 
 *    
 *     
 * 
 * \date 
 *    01. Apr 2005 
 *************************************************************************** 
 */ 
 
 
 
#ifndef _INTERPREDICTION_H 
#define _INTERPREDICTION_H 
 
 
void SetMotionVectorPredictor(int   *pmv_x, 
							  int   *pmv_y, 
							  int    ref_frame, 
							  int    block_x, 
							  int    block_y, 
							  int    blockshape_x, 
							  int    blockshape_y, 
							  int    ref); 
 
void FindSkipMVandRef(); 
 
#endif