summaryrefslogtreecommitdiff
path: root/test/lpf_8_test.cc
diff options
context:
space:
mode:
authorJames Yu <james.yu@linaro.org>2014-02-08 12:06:21 +0800
committerJohann <johannkoenig@google.com>2014-12-16 20:00:26 -0800
commitaeeaa679876be7709e55152c979c562787253c49 (patch)
tree1f5ec11322dc51ac4823c247ac18d22d26dcf4d1 /test/lpf_8_test.cc
parentebc1951c7cceff8b31af4baf54dc3a39cbbc7e52 (diff)
downloadlibvpx-aeeaa679876be7709e55152c979c562787253c49.tar
libvpx-aeeaa679876be7709e55152c979c562787253c49.tar.gz
libvpx-aeeaa679876be7709e55152c979c562787253c49.tar.bz2
libvpx-aeeaa679876be7709e55152c979c562787253c49.zip
VP9 common for ARMv8 by using NEON intrinsics 15
Re-write - vp9_lpf_horizontal_4_dual_neon in vp9_loopfilter_16_neon.c Change-Id: Ie14f63d352f9564ad01db3939a61d91cf6d21a31 Signed-off-by: James Yu <james.yu@linaro.org>
Diffstat (limited to 'test/lpf_8_test.cc')
-rw-r--r--test/lpf_8_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lpf_8_test.cc b/test/lpf_8_test.cc
index e1be80baa..cdc0a9895 100644
--- a/test/lpf_8_test.cc
+++ b/test/lpf_8_test.cc
@@ -613,10 +613,8 @@ INSTANTIATE_TEST_CASE_P(
INSTANTIATE_TEST_CASE_P(
NEON, Loop8Test9Param,
::testing::Values(
-#if HAVE_NEON_ASM
make_tuple(&vp9_lpf_horizontal_4_dual_neon,
&vp9_lpf_horizontal_4_dual_c, 8),
-#endif // HAVE_NEON_ASM
make_tuple(&vp9_lpf_horizontal_8_dual_neon,
&vp9_lpf_horizontal_8_dual_c, 8),
make_tuple(&vp9_lpf_vertical_4_dual_neon,