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
4d53a95a
Commit
4d53a95a
authored
Jan 30, 2013
by
Ronald S. Bultje
Committed by
Gerrit Code Review
Jan 30, 2013
Browse files
Merge "Default superblock skip flag to 32x32 for skip-blocks." into experimental
parents
de6718a3
3febf970
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
4d53a95a
...
...
@@ -4955,7 +4955,7 @@ static int64_t vp9_rd_pick_inter_mode_sb(VP9_COMP *cpi, MACROBLOCK *x,
mbmi
->
mb_skip_coeff
=
(
cpi
->
common
.
mb_no_coeff_skip
)
?
1
:
0
;
mbmi
->
partitioning
=
0
;
mbmi
->
txfm_size
=
cm
->
txfm_mode
==
TX_MODE_SELECT
?
TX_
16X16
:
cm
->
txfm_mode
;
TX_
32X32
:
cm
->
txfm_mode
;
vpx_memset
(
best_txfm_diff
,
0
,
sizeof
(
best_txfm_diff
));
vpx_memset
(
best_pred_diff
,
0
,
sizeof
(
best_pred_diff
));
...
...
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