Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libvpx
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
external
libvpx
Commits
dd998adc
Commit
dd998adc
authored
Dec 03, 2015
by
Marco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vp9-denoiser: Increase threshold for mode re-evaluation.
Change-Id: I57a15aec1cb2d6638f5211d30c2c9f15fb62494f
parent
623e988a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp9_pickmode.c
vp9/encoder/vp9_pickmode.c
+1
-1
No files found.
vp9/encoder/vp9_pickmode.c
View file @
dd998adc
...
...
@@ -1703,7 +1703,7 @@ void vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
decision
==
FILTER_BLOCK
&&
cpi
->
noise_estimate
.
enabled
&&
cpi
->
noise_estimate
.
level
>
kLow
&&
zero_last_cost_orig
<
(
best_rdc
.
rdcost
<<
2
))
{
zero_last_cost_orig
<
(
best_rdc
.
rdcost
<<
3
))
{
// Check if we should pick ZEROMV on denoised signal.
int
rate
=
0
;
int64_t
dist
=
0
;
...
...
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