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
Xiph.Org
aom-rav1e
Commits
87c24a1d
Commit
87c24a1d
authored
Apr 12, 2017
by
Jean-Marc Valin
Committed by
Jean-Marc Valin
Apr 13, 2017
Browse files
Can't skip deringing on threshold=0 because chroma needs direction
Change-Id: I7481fe139e1c9454c73948de3d8b8fefaf37e79a
parent
a036d86f
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/cdef.c
View file @
87c24a1d
...
...
@@ -383,7 +383,6 @@ void av1_cdef_frame(YV12_BUFFER_CONFIG *frame, AV1_COMMON *cm,
(
MAX_MIB_SIZE
<<
mi_high_l2
[
pli
])
*
(
sbr
+
1
)
-
OD_FILT_VBORDER
,
coffset
,
xd
->
plane
[
pli
].
dst
.
stride
,
OD_FILT_VBORDER
,
hsize
);
if
(
level
==
0
&&
clpf_strength
==
0
)
continue
;
if
(
tile_top
)
{
fill_rect
(
src
,
OD_FILT_BSTRIDE
,
OD_FILT_VBORDER
,
hsize
+
2
*
OD_FILT_HBORDER
,
OD_DERING_VERY_LARGE
);
...
...
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