Skip to content
GitLab
Projects
Groups
Snippets
/
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
5b639635
Commit
5b639635
authored
Aug 21, 2013
by
Adrian Grange
Committed by
Gerrit Code Review
Aug 21, 2013
Browse files
Merge "Further correct bug in loopfilter initialization"
parents
7f814c6b
5a1a269f
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_loopfilter.c
View file @
5b639635
...
...
@@ -108,7 +108,7 @@ void vp9_loop_filter_frame_init(VP9_COMMON *const cm, int default_filt_lvl) {
if
(
!
lf
->
mode_ref_delta_enabled
)
{
// we could get rid of this if we assume that deltas are set to
// zero when not in use; encoder always uses deltas
vpx_memset
(
lfi
->
lvl
[
seg_id
]
[
0
]
,
lvl_seg
,
sizeof
(
lfi
->
lvl
[
seg_id
]
[
0
]
));
vpx_memset
(
lfi
->
lvl
[
seg_id
],
lvl_seg
,
sizeof
(
lfi
->
lvl
[
seg_id
]));
continue
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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