Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
97d85483
Commit
97d85483
authored
Jul 15, 2016
by
Jingning Han
Committed by
hui su
Oct 18, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix format in set_offsets()
Change-Id: I371297e6ee000e6dc01ba1544763cbed429b0e5a
parent
40f1d487
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
av1/decoder/decodeframe.c
av1/decoder/decodeframe.c
+1
-4
No files found.
av1/decoder/decodeframe.c
View file @
97d85483
...
...
@@ -417,12 +417,9 @@ static MB_MODE_INFO *set_offsets(AV1_COMMON *const cm, MACROBLOCKD *const xd,
// passing bsize from decode_partition().
xd
->
mi
[
0
]
->
mbmi
.
sb_type
=
bsize
;
for
(
y
=
0
;
y
<
y_mis
;
++
y
)
for
(
x
=
!
y
;
x
<
x_mis
;
++
x
)
{
xd
->
mi
[
y
*
cm
->
mi_stride
+
x
]
=
xd
->
mi
[
0
];
}
for
(
x
=
!
y
;
x
<
x_mis
;
++
x
)
xd
->
mi
[
y
*
cm
->
mi_stride
+
x
]
=
xd
->
mi
[
0
];
set_plane_n4
(
xd
,
bw
,
bh
,
bwl
,
bhl
);
set_skip_context
(
xd
,
mi_row
,
mi_col
);
#if CONFIG_VAR_TX
...
...
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