Skip to content
GitLab
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
bcd102c5
Commit
bcd102c5
authored
Mar 21, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Mar 21, 2014
Browse files
Merge "Fix bad speed settings interaction."
parents
a57de9da
2e05341a
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
bcd102c5
...
...
@@ -3227,7 +3227,10 @@ static void encode_superblock(VP9_COMP *cpi, TOKENEXTRA **t, int output_enabled,
x
->
skip_recode
=
!
x
->
select_txfm_size
&&
mbmi
->
sb_type
>=
BLOCK_8X8
&&
(
cpi
->
oxcf
.
aq_mode
!=
COMPLEXITY_AQ
&&
cpi
->
oxcf
.
aq_mode
!=
CYCLIC_REFRESH_AQ
)
&&
!
cpi
->
sf
.
use_nonrd_pick_mode
;
!
cpi
->
sf
.
use_nonrd_pick_mode
&&
!
cpi
->
sf
.
use_uv_intra_rd_estimate
&&
!
cpi
->
sf
.
skip_encode_sb
;
x
->
skip_optimize
=
ctx
->
is_coded
;
ctx
->
is_coded
=
1
;
x
->
use_lp32x32fdct
=
cpi
->
sf
.
use_lp32x32fdct
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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