00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef _ME_EPZS_H_
00020 #define _ME_EPZS_H_
00021 #include "me_epzs_common.h"
00022
00023
00024 extern int EPZSPelBlockMotionSearch (Macroblock *, MotionVector *, MEBlock *, int, int);
00025 extern int EPZSPelBlockMotionSearchSubMB (Macroblock *, MotionVector *, MEBlock *, int, int);
00026 extern int EPZSBiPredBlockMotionSearch (Macroblock *, int, MotionVector *, MotionVector *, MotionVector *, MotionVector *, MEBlock *, int, int, int);
00027 extern int EPZSSubPelBlockMotionSearch (Macroblock *, MotionVector *, MEBlock *mv_block, int, int*);
00028 extern int EPZSSubPelBlockSearchBiPred (Macroblock *, MEBlock *mv_block, int list,
00029 MotionVector *pred_mv1, MotionVector *pred_mv2, MotionVector *mv1, MotionVector *mv2, int min_mcost, int *lambda_factor);
00030
00031
00032 #endif
00033