Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
b37226e4
Commit
b37226e4
authored
Mar 27, 2017
by
Jean-Marc Valin
Committed by
Steinar Midtskogen
Mar 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't run cdef when cm->mi_grid_visible[]==NULL
Change-Id: Id2bcdad731c27a71cca29205d37c781a3f99bb3d
parent
afeb9219
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
av1/common/cdef.c
av1/common/cdef.c
+5
-0
No files found.
av1/common/cdef.c
View file @
b37226e4
...
...
@@ -201,6 +201,11 @@ void av1_cdef_frame(YV12_BUFFER_CONFIG *frame, AV1_COMMON *cm,
MAX_MIB_SIZE * sbc]
->mbmi.boundary_info;
#endif
if
(
cm
->
mi_grid_visible
[
MAX_MIB_SIZE
*
sbr
*
cm
->
mi_stride
+
MAX_MIB_SIZE
*
sbc
]
==
NULL
)
{
dering_left
=
0
;
continue
;
}
if
(
!
dering_left
)
cstart
=
-
OD_FILT_HBORDER
;
nhb
=
AOMMIN
(
MAX_MIB_SIZE
,
cm
->
mi_cols
-
MAX_MIB_SIZE
*
sbc
);
nvb
=
AOMMIN
(
MAX_MIB_SIZE
,
cm
->
mi_rows
-
MAX_MIB_SIZE
*
sbr
);
...
...
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