Skip to content
Snippets Groups Projects
Commit 95763749 authored by Sarah Parker's avatar Sarah Parker
Browse files

Fix compiler warnings in vp10_convolve_optimz_test.cc

Change-Id: I11b717e1652dff440a54f6977527d544b0c5ed29
parent 7458f117
No related branches found
No related tags found
2 merge requests!6Rav1e 11 yushin 1,!3Rav1e 10 yushin
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment