Skip to content
GitLab
Menu
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
01d9023d
Commit
01d9023d
authored
Sep 03, 2014
by
Marco
Committed by
Gerrit Code Review
Sep 03, 2014
Browse files
Merge "Make process_denoise_mode_change function cond-compiled."
parents
dcbfacbb
842454d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/onyx_if.c
View file @
01d9023d
...
...
@@ -3293,6 +3293,7 @@ static void update_reference_frames(VP8_COMP *cpi)
}
#if CONFIG_TEMPORAL_DENOISING
static
void
process_denoiser_mode_change
(
VP8_COMP
*
cpi
)
{
const
VP8_COMMON
*
const
cm
=
&
cpi
->
common
;
int
i
,
j
;
...
...
@@ -3399,6 +3400,7 @@ static void process_denoiser_mode_change(VP8_COMP *cpi) {
cpi
->
denoiser
.
nmse_source_diff_count
=
0
;
}
}
#endif
void
vp8_loopfilter_frame
(
VP8_COMP
*
cpi
,
VP8_COMMON
*
cm
)
{
...
...
Write
Preview
Supports
Markdown
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