mirror of
https://github.com/openharmony/third_party_openh264.git
synced 2026-07-19 19:13:35 -04:00
Remove the forceC parameter from DEF_MCCOPYTEST
Even if there actually is no SIMD optimized version of the width==2 cases, luma function for SIMD still needs to handle it by calling McCopyWidthEq2_c for these cases. This simplifies the UT code a little, and makes sure that those codepaths are tested properly.
This commit is contained in:
@@ -20,8 +20,8 @@ static void McLumaFunc (SMcFunc* pFuncs, const uint8_t* pSrc, int32_t iSrcStride
|
||||
|
||||
#include "mc_test_common.h"
|
||||
|
||||
DEF_MCCOPYTEST (Enc, 16, 8, 0)
|
||||
DEF_MCCOPYTEST (Enc, 16, 16, 0)
|
||||
DEF_MCCOPYTEST (Enc, 16, 8)
|
||||
DEF_MCCOPYTEST (Enc, 16, 16)
|
||||
|
||||
DEF_LUMA_MCTEST (Enc, 16, 8)
|
||||
DEF_LUMA_MCTEST (Enc, 16, 16)
|
||||
|
||||
Reference in New Issue
Block a user