summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2017-02-17 20:29:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-02-17 20:29:37 +0000
commit3e7025022ef7732aa5aa41533715d7a249fd0ab4 (patch)
treeeb0ce688e1c017fe99aef3a56203847d1e910177 /test
parentc7342f35c8ac392ec3a10a538607fb2f8f7b2564 (diff)
parent06200817310b6c1f214a7c3d155d10c853051e27 (diff)
downloadlibvpx-3e7025022ef7732aa5aa41533715d7a249fd0ab4.tar
libvpx-3e7025022ef7732aa5aa41533715d7a249fd0ab4.tar.gz
libvpx-3e7025022ef7732aa5aa41533715d7a249fd0ab4.tar.bz2
libvpx-3e7025022ef7732aa5aa41533715d7a249fd0ab4.zip
Merge "Add vpx_highbd_idct16x16_10_add_neon()"
Diffstat (limited to 'test')
-rw-r--r--test/partial_idct_test.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/partial_idct_test.cc b/test/partial_idct_test.cc
index 1444b6e18..3c78cb3e6 100644
--- a/test/partial_idct_test.cc
+++ b/test/partial_idct_test.cc
@@ -488,6 +488,15 @@ const PartialInvTxfmParam neon_partial_idct_tests[] = {
&highbd_wrapper<vpx_highbd_idct16x16_38_add_neon>, TX_16X16, 38, 12, 2),
make_tuple(
&vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>,
+ &highbd_wrapper<vpx_highbd_idct16x16_10_add_neon>, TX_16X16, 10, 8, 2),
+ make_tuple(
+ &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>,
+ &highbd_wrapper<vpx_highbd_idct16x16_10_add_neon>, TX_16X16, 10, 10, 2),
+ make_tuple(
+ &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>,
+ &highbd_wrapper<vpx_highbd_idct16x16_10_add_neon>, TX_16X16, 10, 12, 2),
+ make_tuple(
+ &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>,
&highbd_wrapper<vpx_highbd_idct16x16_1_add_neon>, TX_16X16, 1, 8, 2),
make_tuple(
&vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>,