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
bc2e897d
Commit
bc2e897d
authored
Oct 18, 2017
by
Yaowu Xu
Browse files
Change test video size to 1080p
Change-Id: I428f520a7018bd80cfc1cb7ac12864770168eb46
parent
40c478a5
Changes
1
Show whitespace changes
Inline
Side-by-side
test/motion_vector_test.cc
View file @
bc2e897d
...
...
@@ -81,7 +81,7 @@ TEST_P(MotionVectorTestLarge, OverallTest) {
// Reduce the test clip's resolution while testing on 32-bit system.
if
(
sizeof
(
void
*
)
==
4
)
{
width
=
20
48
;
width
=
19
20
;
height
=
1080
;
}
...
...
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