mirror of
https://github.com/openharmony/third_party_openh264.git
synced 2026-07-19 19:13:35 -04:00
Simplify the MC unit tests now that the luma functions have a similar signature
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user