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

View File

@@ -4,8 +4,7 @@
#include "cpu.h"
using namespace WelsDec;
#define LUMA_FUNC(funcs, src, srcstride, dst, dststride, mvx, mvy, width, height) \
sMcFunc.pMcLumaFunc (src, srcstride, dst, dststride, mvx, mvy, width, height)
#define LUMA_FUNC sMcFunc.pMcLumaFunc
#define CHROMA_FUNC sMcFunc.pMcChromaFunc