Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
e6216d16
Commit
e6216d16
authored
Jan 04, 2013
by
Ronald S. Bultje
Browse files
Don't use tx32x32 for macroblocks.
Change-Id: Ib674e0153ca360867ab7a20ba291ac9171a01250
parent
c3941665
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
e6216d16
...
...
@@ -4577,7 +4577,7 @@ static void rd_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
(
cpi
->
oxcf
.
arnr_max_frames
==
0
)
&&
(
best_mbmode
.
mode
!=
ZEROMV
||
best_mbmode
.
ref_frame
!=
ALTREF_FRAME
))
{
mbmi
->
mode
=
ZEROMV
;
if
(
cm
->
txfm_mode
!
=
TX_MODE_SELECT
)
if
(
cm
->
txfm_mode
<
=
ALLOW_8X8
)
mbmi
->
txfm_size
=
cm
->
txfm_mode
;
else
mbmi
->
txfm_size
=
TX_16X16
;
...
...
Write
Preview
Markdown
is supported
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