00001
00002 #ifndef _MOT_EST_H_
00003 #define _MOT_EST_H_
00004
00005 #include "vm_common_defs.h"
00006
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010
00011 Void MotionEstimationCompensation _P_(( Vop *curr_vop,
00012 Vop *prev_rec_vop,
00013 Int enable_8x8_mv,
00014 Int edge,
00015 Int f_code,
00016 Vop *curr_comp_vop,
00017 Float *mad,
00018 Image **mot_x,
00019 Image **mot_y,
00020 Image **mode
00021 ));
00022
00023 #ifdef __cplusplus
00024 }
00025 #endif
00026
00027 #endif
00028