summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-06-22 20:57:14 -0700
committerJames Zern <jzern@google.com>2015-06-22 21:00:07 -0700
commit9db1f24c47e543cc14eff3e8dc375cca1476b4d1 (patch)
tree90fbd8499f75223c2278e0652edcc00278d41b96 /test
parentc8b9658eccd0ff5538294196e675dd7690d7989f (diff)
downloadlibvpx-9db1f24c47e543cc14eff3e8dc375cca1476b4d1.tar
libvpx-9db1f24c47e543cc14eff3e8dc375cca1476b4d1.tar.gz
libvpx-9db1f24c47e543cc14eff3e8dc375cca1476b4d1.tar.bz2
libvpx-9db1f24c47e543cc14eff3e8dc375cca1476b4d1.zip
vp9_reconintra_neon: add d45 16x16
~90% faster over 20M pixels Change-Id: I92d80f66e91e0a870a672cfb5dd29bf1a17cb11a
Diffstat (limited to 'test')
-rw-r--r--test/test_intra_pred_speed.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_intra_pred_speed.cc b/test/test_intra_pred_speed.cc
index 7b4c4350e..46d4a2582 100644
--- a/test/test_intra_pred_speed.cc
+++ b/test/test_intra_pred_speed.cc
@@ -316,8 +316,8 @@ INTRA_PRED_TEST(NEON, TestIntraPred16, vp9_dc_predictor_16x16_neon,
vp9_dc_left_predictor_16x16_neon,
vp9_dc_top_predictor_16x16_neon,
vp9_dc_128_predictor_16x16_neon, vp9_v_predictor_16x16_neon,
- vp9_h_predictor_16x16_neon, NULL, NULL, NULL, NULL, NULL, NULL,
- vp9_tm_predictor_16x16_neon)
+ vp9_h_predictor_16x16_neon, vp9_d45_predictor_16x16_neon, NULL,
+ NULL, NULL, NULL, NULL, vp9_tm_predictor_16x16_neon)
#endif // HAVE_NEON
#if HAVE_MSA