Skip to content

Commit

Permalink
change forward transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjw24 committed Nov 18, 2024
1 parent 863fcc7 commit 27bad8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vvenc_unit_test/vvenc_unit_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<TCoeff> g{ 16 };
InputGenerator<TCoeff> g{ 11 }; // signed 10 bit in both positive/negative, i.e. 11 bit shifted to signed
TrafoGenerator<TMatrixCoeff> t{ 8 };
DimensionGenerator rng;

Expand Down

0 comments on commit 27bad8d

Please sign in to comment.