test_intra_pred_speed fix: use dspr2 version when HAVE_DSPR2
Change-Id: Ie7c78e19e077516615c71669022f505f8b3c80ca
diff --git a/test/test_intra_pred_speed.cc b/test/test_intra_pred_speed.cc
index a896307..4306fab 100644
--- a/test/test_intra_pred_speed.cc
+++ b/test/test_intra_pred_speed.cc
@@ -229,7 +229,7 @@
#if HAVE_DSPR2
INTRA_PRED_TEST(DSPR2, TestIntraPred8, vpx_dc_predictor_8x8_dspr2, NULL, NULL,
NULL, NULL, vpx_h_predictor_8x8_dspr2, NULL, NULL, NULL, NULL,
- NULL, NULL, vpx_tm_predictor_8x8_c)
+ NULL, NULL, vpx_tm_predictor_8x8_dspr2)
#endif // HAVE_DSPR2
#if HAVE_NEON