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
53a9745c
Commit
53a9745c
authored
Oct 11, 2016
by
Yaowu Xu
Committed by
Gerrit Code Review
Oct 11, 2016
Browse files
Merge "Bugfix in CLPF RDO. Prevented selection of enable_fb_flag=0." into nextgenv2
parents
1aa6cbc7
86b19177
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/encoder.c
View file @
53a9745c
...
...
@@ -3441,8 +3441,6 @@ static void loopfilter_frame(AV1_COMP *cpi, AV1_COMMON *cm) {
av1_clpf_test_frame
(
frame
,
cpi
->
Source
,
cm
,
&
strength_u
,
0
,
AOM_PLANE_U
);
av1_clpf_test_frame
(
frame
,
cpi
->
Source
,
cm
,
&
strength_v
,
0
,
AOM_PLANE_V
);
if
(
!
fb_size_log2
)
fb_size_log2
=
get_msb
(
MAX_FB_SIZE
);
if
(
strength_y
)
{
// Apply the filter using the chosen strength
cm
->
clpf_strength_y
=
strength_y
-
(
strength_y
==
4
);
...
...
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