00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef _ME_EPZS_INT_H_
00020 #define _ME_EPZS_INT_H_
00021
00022 #include "me_epzs.h"
00023
00024
00025 extern int EPZSIntPelBlockMotionSearch (Macroblock *, MotionVector *, MEBlock *, int, int);
00026 extern int EPZSIntPelBlockMotionSearchSubMB(Macroblock *, MotionVector *, MEBlock *, int, int);
00027 extern int EPZSIntBiPredBlockMotionSearch (Macroblock *, int, MotionVector *, MotionVector *, MotionVector *, MotionVector *, MEBlock *, int, int, int);
00028 #endif
00029