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
a04ed984
Commit
a04ed984
authored
Nov 24, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Nov 25, 2014
Browse files
Cosmetic change in vp9_pick_inter_mode
Change-Id: Ic072585ebffdb36982ed7b8b9f875ca6c1c656c4
parent
92a7cfc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_pickmode.c
View file @
a04ed984
...
...
@@ -797,9 +797,8 @@ void vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
}
#if CONFIG_VP9_TEMPORAL_DENOISING
if
(
cpi
->
oxcf
.
noise_sensitivity
>
0
)
{
if
(
cpi
->
oxcf
.
noise_sensitivity
>
0
)
vp9_denoiser_update_frame_stats
(
mbmi
,
sse_y
,
this_mode
,
ctx
);
}
#else
(
void
)
ctx
;
#endif
...
...
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