summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2017-03-21 03:27:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-21 03:27:35 +0000
commite0b4c4d1ae15c1b83249f4eebcd0e63a35a600ea (patch)
tree33d00f8636abbed3b196b969da58ca49d36be76d /test
parent6d71d33d55be2e0911ef3bc3c9183f0d62ab40d5 (diff)
parent27530d484e29cc63b121b3cf776398ef71e7c8ec (diff)
downloadlibvpx-e0b4c4d1ae15c1b83249f4eebcd0e63a35a600ea.tar
libvpx-e0b4c4d1ae15c1b83249f4eebcd0e63a35a600ea.tar.gz
libvpx-e0b4c4d1ae15c1b83249f4eebcd0e63a35a600ea.tar.bz2
libvpx-e0b4c4d1ae15c1b83249f4eebcd0e63a35a600ea.zip
Merge "Add vpx_highbd_idct32x32_1024_add_neon()"
Diffstat (limited to 'test')
-rw-r--r--test/partial_idct_test.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/partial_idct_test.cc b/test/partial_idct_test.cc
index 5b7b15d23..0759cd41c 100644
--- a/test/partial_idct_test.cc
+++ b/test/partial_idct_test.cc
@@ -439,6 +439,18 @@ INSTANTIATE_TEST_CASE_P(C, PartialIDctTest,
#if HAVE_NEON && !CONFIG_EMULATE_HARDWARE
const PartialInvTxfmParam neon_partial_idct_tests[] = {
#if CONFIG_VP9_HIGHBITDEPTH
+ make_tuple(&vpx_highbd_fdct32x32_c,
+ &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>,
+ &highbd_wrapper<vpx_highbd_idct32x32_1024_add_neon>, TX_32X32,
+ 1024, 8, 2),
+ make_tuple(&vpx_highbd_fdct32x32_c,
+ &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>,
+ &highbd_wrapper<vpx_highbd_idct32x32_1024_add_neon>, TX_32X32,
+ 1024, 10, 2),
+ make_tuple(&vpx_highbd_fdct32x32_c,
+ &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>,
+ &highbd_wrapper<vpx_highbd_idct32x32_1024_add_neon>, TX_32X32,
+ 1024, 12, 2),
make_tuple(
&vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>,
&highbd_wrapper<vpx_highbd_idct32x32_135_add_neon>, TX_32X32, 135, 8, 2),