Simplify the MC unit tests now that the luma functions have a similar signature

This commit is contained in:
Martin Storsjö
2015-01-27 11:49:26 +02:00
parent 1cf68cad13
commit bb21b62cbd
3 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ using namespace WelsEnc;
#define InitMcFunc WelsInitMcFuncs
#define LUMA_FUNC(funcs, src, srcstride, dst, dststride, mvx, mvy, width, height) \
sMcFunc.pfLumaMc (src, srcstride, dst, dststride, mvx, mvy, width, height)
#define LUMA_FUNC sMcFunc.pfLumaMc
#define CHROMA_FUNC sMcFunc.pfChromaMc