Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
2fe893c9
Commit
2fe893c9
authored
Nov 03, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Nov 03, 2014
Browse files
Merge "Fix speed 7 and speed 12 for rt"
parents
55577431
0271ff77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vp9/encoder/vp9_speed_features.c
vp9/encoder/vp9_speed_features.c
+3
-3
No files found.
vp9/encoder/vp9_speed_features.c
View file @
2fe893c9
...
...
@@ -295,16 +295,16 @@ static void set_rt_speed_feature(VP9_COMP *cpi, SPEED_FEATURES *sf,
}
if
(
speed
>=
7
)
{
sf
->
adaptive_rd_thresh
=
3
;
sf
->
mv
.
search_method
=
FAST_DIAMOND
;
sf
->
mv
.
fullpel_search_step_param
=
10
;
sf
->
lpf_pick
=
LPF_PICK_MINIMAL_LPF
;
sf
->
encode_breakout_thresh
=
(
MIN
(
cm
->
width
,
cm
->
height
)
>=
720
)
?
800
:
300
;
sf
->
elevate_newmv_thresh
=
2500
;
}
if
(
speed
>=
12
)
{
sf
->
elevate_newmv
_thresh
=
4
000
;
sf
->
adaptive_rd
_thresh
=
4
;
sf
->
mv
.
subpel_force_stop
=
2
;
}
...
...
@@ -386,7 +386,7 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
sf
->
search_type_check_frequency
=
50
;
sf
->
encode_breakout_thresh
=
0
;
sf
->
elevate_newmv_thresh
=
0
;
// Recode loop toler
e
nce %.
// Recode loop toler
a
nce %.
sf
->
recode_tolerance
=
25
;
sf
->
default_interp_filter
=
SWITCHABLE
;
sf
->
tx_size_search_breakout
=
0
;
...
...
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