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
996ccc33
Commit
996ccc33
authored
Apr 20, 2016
by
Jim Bankoski
Committed by
James Bankoski
Apr 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vp9_loopfilter.c : fix / clarify todo
Change-Id: Ie3ec67a83d1877d3deae9c7922b6899d915aa19e
parent
6bd28a2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp9/common/vp9_loopfilter.c
vp9/common/vp9_loopfilter.c
+1
-1
No files found.
vp9/common/vp9_loopfilter.c
View file @
996ccc33
...
...
@@ -1547,7 +1547,7 @@ static void loop_filter_rows(YV12_BUFFER_CONFIG *frame_buffer, VP9_COMMON *cm,
vp9_setup_dst_planes
(
planes
,
frame_buffer
,
mi_row
,
mi_col
);
// TODO(
JBB): Make setup_mask work for non 420
.
// TODO(
jimbankoski): For 444 only need to do y mask
.
vp9_adjust_mask
(
cm
,
mi_row
,
mi_col
,
lfm
);
vp9_filter_block_plane_ss00
(
cm
,
&
planes
[
0
],
mi_row
,
lfm
);
...
...
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