]> granicus.if.org Git - libvpx/commit
Enable 32x32 Transform unit test
authorJingning Han <jingning@google.com>
Tue, 3 Sep 2013 18:57:34 +0000 (11:57 -0700)
committerJingning Han <jingning@google.com>
Thu, 5 Sep 2013 21:46:51 +0000 (14:46 -0700)
commit4ad52a8f186f2d2b8567d2e75174af4b0d6d8a95
tree73c490dbcdfa3480e796961b82f7d0999de1b027
parent010c0ad0eb19e7be9680720e93e82b418149898e
Enable 32x32 Transform unit test

This commit enabled a full functional test on 32x32 forward/inverse
transform, including round-trip error and memory overflow check. It
tests the prototype functions in C and all other implementations if
applicable.

Change-Id: I9cc50b05abdb4863e7abbcb29209a19b1fe90da7
test/dct32x32_test.cc