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
2bcec13e
Commit
2bcec13e
authored
Apr 21, 2016
by
James Bankoski
Committed by
Gerrit Code Review
Apr 21, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "vp9_loopfilter.c: Todo clean up encoder should work like decoder."
parents
166fc7cb
6bd28a2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vp9/common/vp9_loopfilter.c
vp9/common/vp9_loopfilter.c
+2
-1
No files found.
vp9/common/vp9_loopfilter.c
View file @
2bcec13e
...
...
@@ -934,7 +934,6 @@ void vp9_adjust_mask(VP9_COMMON *const cm, const int mi_row,
// This function sets up the bit masks for the entire 64x64 region represented
// by mi_row, mi_col.
// TODO(JBB): This function only works for yv12.
void
vp9_setup_mask
(
VP9_COMMON
*
const
cm
,
const
int
mi_row
,
const
int
mi_col
,
MODE_INFO
**
mi
,
const
int
mode_info_stride
,
LOOP_FILTER_MASK
*
lfm
)
{
...
...
@@ -1588,6 +1587,8 @@ void vp9_loop_filter_frame(YV12_BUFFER_CONFIG *frame,
}
// Used by the encoder to build the loopfilter masks.
// TODO(slavarnway): Do the encoder the same way the decoder does it and
// build the masks in line as part of the encode process.
void
vp9_build_mask_frame
(
VP9_COMMON
*
cm
,
int
frame_filter_level
,
int
partial_frame
)
{
int
start_mi_row
,
end_mi_row
,
mi_rows_to_filter
;
...
...
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