Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
0dcd21fb
Commit
0dcd21fb
authored
Mar 17, 2016
by
James Zern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
altref_test: mark AltRefForcedKeyTest as large
Change-Id: I2bbd7cd2f3b22d3dbfd40d9af430a5d276cd1855
parent
e86d886a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
test/altref_test.cc
test/altref_test.cc
+8
-8
No files found.
test/altref_test.cc
View file @
0dcd21fb
...
...
@@ -70,17 +70,17 @@ VP8_INSTANTIATE_TEST_CASE(AltRefTest,
#endif // CONFIG_VP8_ENCODER
class
AltRefForcedKeyTest
class
AltRefForcedKeyTest
Large
:
public
::
libvpx_test
::
EncoderTest
,
public
::
libvpx_test
::
CodecTestWith2Params
<
libvpx_test
::
TestMode
,
int
>
{
protected:
AltRefForcedKeyTest
()
AltRefForcedKeyTest
Large
()
:
EncoderTest
(
GET_PARAM
(
0
)),
encoding_mode_
(
GET_PARAM
(
1
)),
cpu_used_
(
GET_PARAM
(
2
)),
forced_kf_frame_num_
(
1
),
frame_num_
(
0
)
{}
virtual
~
AltRefForcedKeyTest
()
{}
virtual
~
AltRefForcedKeyTest
Large
()
{}
virtual
void
SetUp
()
{
InitializeConfig
();
...
...
@@ -124,7 +124,7 @@ class AltRefForcedKeyTest
unsigned
int
frame_num_
;
};
TEST_P
(
AltRefForcedKeyTest
,
Frame1IsKey
)
{
TEST_P
(
AltRefForcedKeyTest
Large
,
Frame1IsKey
)
{
const
vpx_rational
timebase
=
{
1
,
30
};
const
int
lag_values
[]
=
{
3
,
15
,
25
,
-
1
};
...
...
@@ -138,7 +138,7 @@ TEST_P(AltRefForcedKeyTest, Frame1IsKey) {
}
}
TEST_P
(
AltRefForcedKeyTest
,
ForcedFrameIsKey
)
{
TEST_P
(
AltRefForcedKeyTest
Large
,
ForcedFrameIsKey
)
{
const
vpx_rational
timebase
=
{
1
,
30
};
const
int
lag_values
[]
=
{
3
,
15
,
25
,
-
1
};
...
...
@@ -153,17 +153,17 @@ TEST_P(AltRefForcedKeyTest, ForcedFrameIsKey) {
}
VP8_INSTANTIATE_TEST_CASE
(
AltRefForcedKeyTest
,
AltRefForcedKeyTest
Large
,
::
testing
::
Values
(
::
libvpx_test
::
kOnePassGood
),
::
testing
::
Range
(
0
,
9
));
VP9_INSTANTIATE_TEST_CASE
(
AltRefForcedKeyTest
,
AltRefForcedKeyTest
Large
,
::
testing
::
Values
(
::
libvpx_test
::
kOnePassGood
),
::
testing
::
Range
(
0
,
9
));
VP10_INSTANTIATE_TEST_CASE
(
AltRefForcedKeyTest
,
AltRefForcedKeyTest
Large
,
::
testing
::
Values
(
::
libvpx_test
::
kOnePassGood
),
::
testing
::
Range
(
0
,
9
));
...
...
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