Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
1178f71d
Commit
1178f71d
authored
Jul 11, 2016
by
Geza Lore
Committed by
Gerrit Code Review
Jul 11, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Fix unused warning without ext-interp" into nextgenv2
parents
5d28183f
bb5059ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/vp10_convolve_optimz_test.cc
test/vp10_convolve_optimz_test.cc
+1
-1
No files found.
test/vp10_convolve_optimz_test.cc
View file @
1178f71d
...
...
@@ -197,6 +197,7 @@ TEST_P(VP10ConvolveOptimzTest, VerticalBitExactCheck) {
using
std
::
tr1
::
make_tuple
;
#if HAVE_SSSE3 && CONFIG_EXT_INTERP
const
BlockDimension
kBlockDim
[]
=
{
make_tuple
(
2
,
2
),
make_tuple
(
2
,
4
),
...
...
@@ -218,7 +219,6 @@ const BlockDimension kBlockDim[] = {
make_tuple
(
128
,
128
),
};
#if HAVE_SSSE3 && CONFIG_EXT_INTERP
// 10/12-tap filters
const
INTERP_FILTER
kFilter
[]
=
{
6
,
4
,
2
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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