Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
95763749
Commit
95763749
authored
Jun 28, 2016
by
Sarah Parker
Browse files
Fix compiler warnings in vp10_convolve_optimz_test.cc
Change-Id: I11b717e1652dff440a54f6977527d544b0c5ed29
parent
7458f117
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/vp10_convolve_optimz_test.cc
View file @
95763749
...
...
@@ -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
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment