test_intra_pred_speed fix: use dspr2 version when HAVE_DSPR2

Change-Id: Ie7c78e19e077516615c71669022f505f8b3c80ca
This commit is contained in:
Urvang Joshi
2016-08-23 11:29:44 -07:00
parent 3464aff41f
commit 3bcf3f07ac

View File

@@ -229,7 +229,7 @@ INTRA_PRED_TEST(SSSE3, TestIntraPred8, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
#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