]> granicus.if.org Git - libvpx/commitdiff
Fix compiler warnings in vp10_convolve_optimz_test.cc
authorSarah Parker <sarahparker@google.com>
Wed, 29 Jun 2016 00:13:03 +0000 (17:13 -0700)
committerSarah Parker <sarahparker@google.com>
Wed, 29 Jun 2016 00:13:03 +0000 (17:13 -0700)
Change-Id: I11b717e1652dff440a54f6977527d544b0c5ed29

test/vp10_convolve_optimz_test.cc

index 0d4beb042feb8d943b10b8a50d2a20ea01ae788a..799908772c5836d692f1f9935607165affcb3dd9 100644 (file)
@@ -217,6 +217,8 @@ const BlockDimension kBlockDim[] = {
   make_tuple(128, 64),
   make_tuple(128, 128),
 };
+
+#if HAVE_SSSE3 && CONFIG_EXT_INTERP
 // 10/12-tap filters
 const INTERP_FILTER kFilter[] = {6, 4, 2};
 
@@ -224,7 +226,6 @@ const int kSubpelQ4[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15};
 
 const int kAvg[] = {0, 1};
 
-#if HAVE_SSSE3 && CONFIG_EXT_INTERP
 INSTANTIATE_TEST_CASE_P(
     SSSE3, VP10ConvolveOptimzTest,
     ::testing::Combine(