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
Xiph.Org
aom-rav1e
Commits
2bf9ef4b
Commit
2bf9ef4b
authored
Feb 26, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Feb 26, 2014
Browse files
Merge "Reduce the frequency of partition size adjsutment"
parents
62329176
fe0c09c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_onyx_if.c
View file @
2bf9ef4b
...
...
@@ -852,6 +852,9 @@ static void set_rt_speed_feature(VP9_COMMON *cm,
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
->
adjust_partitioning_from_last_frame
=
cm
->
last_frame_type
==
KEY_FRAME
||
(
0
==
(
cm
->
current_video_frame
+
1
)
%
sf
->
last_partitioning_redo_frequency
);
sf
->
subpel_force_stop
=
1
;
for
(
i
=
0
;
i
<
TX_SIZES
;
i
++
)
{
sf
->
intra_y_mode_mask
[
i
]
=
INTRA_DC_H_V
;
...
...
@@ -859,7 +862,6 @@ static void set_rt_speed_feature(VP9_COMMON *cm,
}
sf
->
frame_parameter_update
=
0
;
sf
->
encode_breakout_thresh
=
1000
;
sf
->
search_method
=
FAST_HEX
;
}
if
(
speed
>=
6
)
{
...
...
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