#ifndef _MOTIONEST_H #define _MOTIONEST_H extern void MotionEst_HVMin(int **mot_vectors[2],pel_t **frame[2][3], int prev,int height[3],int width[3],int size); extern void MotionEst_Full(int **mot_vectors[2],pel_t **frame[2][3], int prev,int height[3],int width[3],int size); #endif /* MOTIONEST_H */