Skip to content
GitLab
Menu
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
9cb3664c
Commit
9cb3664c
authored
Mar 24, 2016
by
Jingning Han
Browse files
Fix compiling error in highbd transform unit test
Change-Id: Id09e1913c1ac965b78df2e67471807019c89f8ab
parent
fa761029
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/vp10_fht4x4_test.cc
View file @
9cb3664c
...
...
@@ -168,7 +168,7 @@ INSTANTIATE_TEST_CASE_P(
make_tuple
(
&
vp10_highbd_fht4x4_sse4_1
,
&
vp10_highbd_iht4x4_16_add_c
,
2
,
VPX_BITS_10
,
16
),
make_tuple
(
&
vp10_highbd_fht4x4_sse4_1
,
&
vp10_highbd_iht4x4_16_add_c
,
3
,
VPX_BITS_10
,
16
)
));
VPX_BITS_10
,
16
)
,
make_tuple
(
&
vp10_highbd_fht4x4_sse4_1
,
&
vp10_highbd_iht4x4_16_add_c
,
0
,
VPX_BITS_12
,
16
),
make_tuple
(
&
vp10_highbd_fht4x4_sse4_1
,
&
vp10_highbd_iht4x4_16_add_c
,
1
,
...
...
Write
Preview
Supports
Markdown
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