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
446d037b
Commit
446d037b
authored
May 09, 2017
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce number of tests for DatarateTest
BUG=aomedia:506 Change-Id: I8b52eadefa1946c082bdd06f07657aa2d43e3f2c
parent
330aec86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/datarate_test.cc
test/datarate_test.cc
+1
-1
No files found.
test/datarate_test.cc
View file @
446d037b
...
...
@@ -249,5 +249,5 @@ TEST_P(DatarateTestLarge, ChangingDropFrameThresh) {
AV1_INSTANTIATE_TEST_CASE
(
DatarateTestLarge
,
::
testing
::
Values
(
::
libaom_test
::
kOnePassGood
,
::
libaom_test
::
kRealTime
),
::
testing
::
Range
(
2
,
9
,
2
));
::
testing
::
Values
(
2
,
5
));
}
// namespace
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