#ifndef _MOTIONCOMP_H #define _MOTIONCOMP_H extern void MotionComp(pel_t **res[3],int **mot_vectors[2],pel_t **frame[2][3], int prev,int height[3],int width[3]); #endif /* MOTIONCOMP_H */