Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
31da10b4
Commit
31da10b4
authored
Jun 07, 2016
by
Debargha Mukherjee
Committed by
Gerrit Code Review
Jun 07, 2016
Browse files
Merge "Pick up top left mbmi for supertx decode." into nextgenv2
parents
ac232300
6279d129
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
vp10/decoder/decodeframe.c
vp10/decoder/decodeframe.c
+3
-2
No files found.
vp10/decoder/decodeframe.c
View file @
31da10b4
...
...
@@ -1785,9 +1785,10 @@ static void decode_partition(VP10Decoder *const pbi, MACROBLOCKD *const xd,
if
(
!
skip
)
{
int
eobtotal
=
0
;
MB_MODE_INFO
*
mbmi
=
&
xd
->
mi
[
0
]
->
mbmi
;
MB_MODE_INFO
*
mbmi
;
set_offsets_topblock
(
cm
,
xd
,
tile
,
bsize
,
mi_row
,
mi_col
);
xd
->
mi
[
0
]
->
mbmi
.
tx_type
=
txfm
;
mbmi
=
&
xd
->
mi
[
0
]
->
mbmi
;
mbmi
->
tx_type
=
txfm
;
for
(
i
=
0
;
i
<
MAX_MB_PLANE
;
++
i
)
{
const
struct
macroblockd_plane
*
const
pd
=
&
xd
->
plane
[
i
];
const
int
num_4x4_w
=
pd
->
n4_w
;
...
...
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