summaryrefslogtreecommitdiff
path: root/test/dct16x16_test.cc
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2016-07-28 15:58:05 -0700
committerJohann Koenig <johannkoenig@google.com>2016-08-04 20:12:53 +0000
commit8619203ddc8f5120171c152d0e9260d51e13f4ee (patch)
treecf8836ed2a6351e9ae252110237c117ac2e1fbc1 /test/dct16x16_test.cc
parentb757d89ff93492da129726ee3ed6411473bffb26 (diff)
downloadlibvpx-8619203ddc8f5120171c152d0e9260d51e13f4ee.tar
libvpx-8619203ddc8f5120171c152d0e9260d51e13f4ee.tar.gz
libvpx-8619203ddc8f5120171c152d0e9260d51e13f4ee.tar.bz2
libvpx-8619203ddc8f5120171c152d0e9260d51e13f4ee.zip
Use common transpose for vpx_idct16x16_[10|256]_add_neon
Change-Id: I84438013f483e82084d33ba9a63c33273d35fcaa
Diffstat (limited to 'test/dct16x16_test.cc')
-rw-r--r--test/dct16x16_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dct16x16_test.cc b/test/dct16x16_test.cc
index cd293016e..2990e5434 100644
--- a/test/dct16x16_test.cc
+++ b/test/dct16x16_test.cc
@@ -850,7 +850,7 @@ INSTANTIATE_TEST_CASE_P(C, PartialTrans16x16Test,
VPX_BITS_8)));
#endif // CONFIG_VP9_HIGHBITDEPTH
-#if HAVE_NEON_ASM && !CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
+#if HAVE_NEON && !CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
INSTANTIATE_TEST_CASE_P(
NEON, Trans16x16DCT,
::testing::Values(make_tuple(&vpx_fdct16x16_c, &vpx_idct16x16_256_add_neon,