Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libvpx
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
external
libvpx
Commits
0dc535ec
Commit
0dc535ec
authored
Feb 05, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Feb 05, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Adjust speed feature for --rt"
parents
0c7e1a95
084c49ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
vp9_onyx_if.c
vp9/encoder/vp9_onyx_if.c
+3
-2
No files found.
vp9/encoder/vp9_onyx_if.c
View file @
0dc535ec
...
...
@@ -834,10 +834,12 @@ static void set_rt_speed_feature(VP9_COMMON *cm,
}
if
(
speed
>=
4
)
{
sf
->
optimize_coefficients
=
0
;
sf
->
disable_split_mask
=
DISABLE_ALL_SPLIT
;
sf
->
use_fast_lpf_pick
=
2
;
}
if
(
speed
>=
5
)
{
int
i
;
sf
->
disable_split_mask
=
DISABLE_ALL_SPLIT
;
sf
->
adaptive_rd_thresh
=
5
;
sf
->
auto_min_max_partition_size
=
frame_is_intra_only
(
cm
)
?
RELAXED_NEIGHBORING_MIN_MAX
:
STRICT_NEIGHBORING_MIN_MAX
;
sf
->
subpel_force_stop
=
1
;
...
...
@@ -845,7 +847,6 @@ static void set_rt_speed_feature(VP9_COMMON *cm,
sf
->
intra_y_mode_mask
[
i
]
=
INTRA_DC_H_V
;
sf
->
intra_uv_mode_mask
[
i
]
=
INTRA_DC_ONLY
;
}
sf
->
use_fast_lpf_pick
=
2
;
sf
->
RD
=
0
;
}
if
(
speed
>=
6
)
{
...
...
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