]> granicus.if.org Git - libvpx/commit
dct tests: run all possible sizes in one test
authorJohann <johannkoenig@google.com>
Tue, 9 May 2017 17:08:24 +0000 (10:08 -0700)
committerJohann <johannkoenig@google.com>
Mon, 19 Jun 2017 22:39:35 +0000 (15:39 -0700)
commit4ebb9a36f1447a2adf6cd71baa8055c8d3e84e06
tree70c40e2b66874148f3de6e5d5a9f56de081d6470
parent038522e4a0dbc78a5956cc65479895fcde8e9014
dct tests: run all possible sizes in one test

Modify fdct4x4_test.cc to support all size combinations. This does not
add any new tests and in fact fails a few. There were minimal changes
made to the tests so it's not entirely surprising that some of the
larger 12 bit transforms are failing since it was initially only used
for 4x4.

In follow up patches the tests in fdct8x8_test.cc, dct16x16_test.cc and
dct32x32_test.cc will be evaluated and moved to dct_test.cc.

BUG=webm:1424

Change-Id: I72a23430f457d7fae8c91e706adc0e77c25abc8f
test/dct_test.cc [new file with mode: 0644]
test/fdct4x4_test.cc [deleted file]
test/test.mk