Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
aom-rav1e
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
aom-rav1e
Commits
9f2167ae
Commit
9f2167ae
authored
8 years ago
by
Deb Mukherjee
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Turn on ActiveMapRefreshTest for Vp10" into nextgenv2
parents
2003cd80
cf0cdfc5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!6
Rav1e 11 yushin 1
,
!3
Rav1e 10 yushin
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/active_map_refresh_test.cc
+7
-12
7 additions, 12 deletions
test/active_map_refresh_test.cc
vp10/encoder/speed_features.c
+0
-3
0 additions, 3 deletions
vp10/encoder/speed_features.c
with
7 additions
and
15 deletions
test/active_map_refresh_test.cc
+
7
−
12
View file @
9f2167ae
...
...
@@ -113,8 +113,13 @@ TEST_P(ActiveMapRefreshTest, Test) {
cfg_
.
rc_end_usage
=
VPX_CBR
;
cfg_
.
kf_max_dist
=
90000
;
::
libvpx_test
::
Y4mVideoSource
video
(
"desktop_credits.y4m"
,
0
,
30
);
::
libvpx_test
::
Y4mVideoSource
video_holder
(
"desktop_credits.y4m"
,
0
,
30
);
#if CONFIG_VP10
const
int
nframes
=
codec_
==
&
libvpx_test
::
kVP10
?
10
:
30
;
#else
const
int
nframes
=
30
;
#endif // CONFIG_VP10
::
libvpx_test
::
Y4mVideoSource
video
(
"desktop_credits.y4m"
,
0
,
nframes
);
::
libvpx_test
::
Y4mVideoSource
video_holder
(
"desktop_credits.y4m"
,
0
,
nframes
);
video_holder
.
Begin
();
y4m_holder_
=
&
video_holder
;
...
...
@@ -125,18 +130,8 @@ VP9_INSTANTIATE_TEST_CASE(ActiveMapRefreshTest,
::
testing
::
Values
(
::
libvpx_test
::
kRealTime
),
::
testing
::
Range
(
5
,
6
));
#if CONFIG_VP10
#if CONFIG_EXT_PARTITION
INSTANTIATE_TEST_CASE_P
(
DISABLED_VP10
,
ActiveMapRefreshTest
,
::
testing
::
Combine
(
::
testing
::
Values
(
static_cast
<
const
libvpx_test
::
CodecFactory
*>
(
&
libvpx_test
::
kVP10
)),
::
testing
::
Values
(
::
libvpx_test
::
kRealTime
),
::
testing
::
Range
(
5
,
6
)));
#else
VP10_INSTANTIATE_TEST_CASE
(
ActiveMapRefreshTest
,
::
testing
::
Values
(
::
libvpx_test
::
kRealTime
),
::
testing
::
Range
(
5
,
6
));
#endif // CONFIG_EXT_PARTITION
#endif // CONFIG_VP10
}
// namespace
This diff is collapsed.
Click to expand it.
vp10/encoder/speed_features.c
+
0
−
3
View file @
9f2167ae
...
...
@@ -132,9 +132,6 @@ static void set_good_speed_feature(VP10_COMP *cpi, VP10_COMMON *cm,
sf
->
adaptive_rd_thresh
=
1
;
sf
->
tx_type_search
.
fast_intra_tx_type_search
=
1
;
sf
->
tx_type_search
.
fast_inter_tx_type_search
=
1
;
if
(
speed
>=
1
)
{
if
((
cpi
->
twopass
.
fr_content_type
==
FC_GRAPHICS_ANIMATION
)
||
vp10_internal_image_edge
(
cpi
))
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment