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
7ceddede
Commit
7ceddede
authored
Oct 29, 2014
by
Yunqing Wang
Committed by
Gerrit Code Review
Oct 29, 2014
Browse files
Merge "Remove unused speed feature"
parents
cccfe562
aed48c78
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_speed_features.c
View file @
7ceddede
...
...
@@ -257,8 +257,6 @@ static void set_rt_speed_feature(VP9_COMP *cpi, SPEED_FEATURES *sf,
:
STRICT_NEIGHBORING_MIN_MAX
;
sf
->
max_partition_size
=
BLOCK_32X32
;
sf
->
min_partition_size
=
BLOCK_8X8
;
sf
->
partition_check
=
(
frames_since_key
%
sf
->
last_partitioning_redo_frequency
==
1
);
sf
->
force_frame_boost
=
is_keyframe
||
(
frames_since_key
%
(
sf
->
last_partitioning_redo_frequency
<<
1
)
==
1
);
sf
->
max_delta_qindex
=
is_keyframe
?
20
:
15
;
...
...
vp9/encoder/vp9_speed_features.h
View file @
7ceddede
...
...
@@ -319,10 +319,6 @@ typedef struct SPEED_FEATURES {
// Fast quantization process path
int
use_quant_fp
;
// Search through variable block partition types in non-RD mode decision
// encoding process for RTC.
int
partition_check
;
// Use finer quantizer in every other few frames that run variable block
// partition type search.
int
force_frame_boost
;
...
...
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