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
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
4491a86f
Commit
4491a86f
authored
Jul 15, 2016
by
Jingning Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix format in set_offsets()
Change-Id: I371297e6ee000e6dc01ba1544763cbed429b0e5a
parent
73252ced
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 @
4491a86f
...
...
@@ -445,12 +445,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
);
// Distance of Mb to the various image edges. These are specified to 8th pel
...
...
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