]> granicus.if.org Git - libvpx/commitdiff
test_intra_pred_speed fix: use dspr2 version when HAVE_DSPR2
authorUrvang Joshi <urvang@google.com>
Tue, 23 Aug 2016 18:29:44 +0000 (11:29 -0700)
committerUrvang Joshi <urvang@google.com>
Tue, 23 Aug 2016 18:29:44 +0000 (11:29 -0700)
Change-Id: Ie7c78e19e077516615c71669022f505f8b3c80ca

test/test_intra_pred_speed.cc

index a896307534e723d88a24492802b319d56d09a26a..4306fab64cfc9892c0f3d971931c64a115f06891 100644 (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