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
Yushin Cho
aom-rav1e
Commits
4106232b
Commit
4106232b
authored
Feb 18, 2016
by
Thomas Davies
Committed by
Yaowu Xu
Feb 25, 2016
Browse files
Turn off trellis coding for quantization matrices.
Change-Id: I080c7449c269054cf441c251acd8930431e94b46
parent
4017fca3
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp10/encoder/speed_features.c
View file @
4106232b
...
...
@@ -571,7 +571,12 @@ void vp10_set_speed_features_framesize_independent(VP10_COMP *cpi) {
vp10_find_best_sub_pixel_tree_pruned_evenmore
;
}
#if !CONFIG_AOM_QM
x
->
optimize
=
sf
->
optimize_coefficients
==
1
&&
oxcf
->
pass
!=
1
;
#else
// FIXME: trellis not very efficient for quantisation matrices
x
->
optimize
=
0
;
#endif
x
->
min_partition_size
=
sf
->
default_min_partition_size
;
x
->
max_partition_size
=
sf
->
default_max_partition_size
;
...
...
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