|
|
@ -48,8 +48,8 @@ public class Av1ForwardTransformTests |
|
|
this.outputReference = new double[64 * 64]; |
|
|
this.outputReference = new double[64 * 64]; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
[Theory] |
|
|
// [Theory]
|
|
|
[MemberData(nameof(GetCombinations))] |
|
|
// [MemberData(nameof(GetCombinations))]
|
|
|
public void Accuracy2dTest(int txSize, int txType, int maxAllowedError) |
|
|
public void Accuracy2dTest(int txSize, int txType, int maxAllowedError) |
|
|
{ |
|
|
{ |
|
|
const int bitDepth = 8; |
|
|
const int bitDepth = 8; |
|
|
|