]> granicus.if.org Git - libvpx/commit
Rework unit test for 8x8 transformation
authorJingning Han <jingning@google.com>
Mon, 2 Jun 2014 23:40:01 +0000 (16:40 -0700)
committerJingning Han <jingning@google.com>
Tue, 3 Jun 2014 21:20:47 +0000 (14:20 -0700)
commit5c2696c378fbbfe8ab894506e23fb79d596d0c43
tree4bc28ae7923dc23a29dd097aff0f3d681b48c5ed
parentf13c99562ca6a6a8a543a911cdf1d89a526d30eb
Rework unit test for 8x8 transformation

This commit reworks the unit test for 8x8 forward/inverse
transformation. It adds extreme input value test to detect overflow
issues in the intermediate steps.

It temporarily disables unit test for the SSSE3 version, which
showed overflow failure in the new test conditions.

Change-Id: I7caf10bba4b6db031add65d8c0eb99426b38aa42
test/dct16x16_test.cc
test/dct32x32_test.cc
test/fdct4x4_test.cc
test/fdct8x8_test.cc