Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
85bf6914
Commit
85bf6914
authored
Mar 26, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Mar 26, 2014
Browse files
Merge "Removed redundant settings"
parents
3b8d0044
de8fd6f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_onyx_if.c
View file @
85bf6914
...
...
@@ -762,7 +762,6 @@ static void set_rt_speed_feature(VP9_COMMON *cm,
int
speed
)
{
sf
->
static_segmentation
=
0
;
sf
->
adaptive_rd_thresh
=
1
;
sf
->
recode_loop
=
((
speed
<
1
)
?
ALLOW_RECODE
:
ALLOW_RECODE_KFMAXBW
);
sf
->
encode_breakout_thresh
=
1
;
sf
->
use_fast_coef_costing
=
1
;
...
...
@@ -783,7 +782,6 @@ static void set_rt_speed_feature(VP9_COMMON *cm,
sf
->
adaptive_pred_interp_filter
=
1
;
sf
->
auto_mv_step_size
=
1
;
sf
->
adaptive_rd_thresh
=
2
;
sf
->
recode_loop
=
ALLOW_RECODE_KFARFGF
;
sf
->
intra_y_mode_mask
[
TX_32X32
]
=
INTRA_DC_H_V
;
sf
->
intra_uv_mode_mask
[
TX_32X32
]
=
INTRA_DC_H_V
;
sf
->
intra_uv_mode_mask
[
TX_16X16
]
=
INTRA_DC_H_V
;
...
...
@@ -820,7 +818,6 @@ static void set_rt_speed_feature(VP9_COMMON *cm,
sf
->
last_partitioning_redo_frequency
=
3
;
sf
->
adaptive_rd_thresh
=
2
;
sf
->
recode_loop
=
ALLOW_RECODE_KFARFGF
;
sf
->
use_lp32x32fdct
=
1
;
sf
->
mode_skip_start
=
11
;
sf
->
intra_y_mode_mask
[
TX_32X32
]
=
INTRA_DC_H_V
;
...
...
Write
Preview
Supports
Markdown
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