summaryrefslogtreecommitdiff
path: root/test/dct_test.cc
diff options
context:
space:
mode:
authorJohann Koenig <johannkoenig@google.com>2017-06-23 01:57:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-06-23 01:58:00 +0000
commit794a5ad713afd0533017382de70b7cfad388eb9e (patch)
tree0a84901559917ae0d5022aa64b8fec0d43f2005d /test/dct_test.cc
parent4f917912b992cddc4a9b08a19003cec3d968a44b (diff)
parente67660cf374d4301ccb044199e900afaba64baba (diff)
downloadlibvpx-794a5ad713afd0533017382de70b7cfad388eb9e.tar
libvpx-794a5ad713afd0533017382de70b7cfad388eb9e.tar.gz
libvpx-794a5ad713afd0533017382de70b7cfad388eb9e.tar.bz2
libvpx-794a5ad713afd0533017382de70b7cfad388eb9e.zip
Merge "fdct32x32 neon implementation"
Diffstat (limited to 'test/dct_test.cc')
-rw-r--r--test/dct_test.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/dct_test.cc b/test/dct_test.cc
index 37a604d37..f7078f078 100644
--- a/test/dct_test.cc
+++ b/test/dct_test.cc
@@ -527,7 +527,10 @@ INSTANTIATE_TEST_CASE_P(
#if !CONFIG_EMULATE_HARDWARE
INSTANTIATE_TEST_CASE_P(
NEON, TransDCT,
- ::testing::Values(make_tuple(&vpx_fdct16x16_neon,
+ ::testing::Values(make_tuple(&vpx_fdct32x32_neon,
+ &vpx_idct32x32_1024_add_neon, 32, 0,
+ VPX_BITS_8),
+ make_tuple(&vpx_fdct16x16_neon,
&vpx_idct16x16_256_add_neon, 16, 0,
VPX_BITS_8),
make_tuple(&vpx_fdct8x8_neon, &vpx_idct8x8_64_add_neon, 8,