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
4fec4a8e
Commit
4fec4a8e
authored
Feb 12, 2016
by
James Zern
Browse files
lpf_8_test: add missing vpx_lpf_horizontal_4 tests
mmx, msa Change-Id: Ia9604adcdcc77411f383e081e01a18d232c9d992
parent
c3f2c8ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/lpf_8_test.cc
View file @
4fec4a8e
...
...
@@ -458,6 +458,7 @@ using std::tr1::make_tuple;
INSTANTIATE_TEST_CASE_P
(
MMX
,
Loop8Test6Param
,
::
testing
::
Values
(
make_tuple
(
&
vpx_lpf_horizontal_4_mmx
,
&
vpx_lpf_horizontal_4_c
,
8
,
1
),
make_tuple
(
&
vpx_lpf_vertical_4_mmx
,
&
vpx_lpf_vertical_4_c
,
8
,
1
)));
#endif // HAVE_MMX
...
...
@@ -629,6 +630,7 @@ INSTANTIATE_TEST_CASE_P(
INSTANTIATE_TEST_CASE_P
(
MSA
,
Loop8Test6Param
,
::
testing
::
Values
(
make_tuple
(
&
vpx_lpf_horizontal_4_msa
,
&
vpx_lpf_horizontal_4_c
,
8
,
1
),
make_tuple
(
&
vpx_lpf_horizontal_8_msa
,
&
vpx_lpf_horizontal_8_c
,
8
,
1
),
make_tuple
(
&
vpx_lpf_horizontal_16_msa
,
&
vpx_lpf_horizontal_16_c
,
8
,
1
),
make_tuple
(
&
vpx_lpf_horizontal_16_msa
,
&
vpx_lpf_horizontal_16_c
,
8
,
2
),
...
...
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