From 27bad8d094052ed7eefd8d7f4505b179adb1b07d Mon Sep 17 00:00:00 2001 From: Adam Wieckowski Date: Mon, 18 Nov 2024 16:49:08 +0100 Subject: [PATCH] change forward transformation --- test/vvenc_unit_test/vvenc_unit_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vvenc_unit_test/vvenc_unit_test.cpp b/test/vvenc_unit_test/vvenc_unit_test.cpp index 90dae9b2..726ecde5 100644 --- a/test/vvenc_unit_test/vvenc_unit_test.cpp +++ b/test/vvenc_unit_test/vvenc_unit_test.cpp @@ -231,7 +231,7 @@ static bool check_fastInvCore( TCoeffOps* ref, TCoeffOps* opt, unsigned num_case static bool check_fastFwdCore_2D( TCoeffOps* ref, TCoeffOps* opt, unsigned num_cases, unsigned idx, unsigned trSize ) { printf( "Testing TCoeffOps::fastFwdCore_2D trSize=%d\n", trSize ); - InputGenerator g{ 16 }; + InputGenerator g{ 11 }; // signed 10 bit in both positive/negative, i.e. 11 bit shifted to signed TrafoGenerator t{ 8 }; DimensionGenerator rng;