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
5f041c01
Commit
5f041c01
authored
Nov 06, 2015
by
Marco
Browse files
vp9: Disable noise estimate on resize trigger frame.
Change-Id: I35767a6320943582ee11d737b5f240cea2d01b25
parent
d7bbe1a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_noise_estimate.c
View file @
5f041c01
...
...
@@ -53,6 +53,7 @@ int enable_noise_estimation(VP9_COMP *const cpi) {
cpi
->
oxcf
.
aq_mode
==
CYCLIC_REFRESH_AQ
&&
cpi
->
oxcf
.
speed
>=
5
&&
cpi
->
resize_state
==
ORIG
&&
cpi
->
resize_pending
==
0
&&
!
cpi
->
use_svc
&&
cpi
->
oxcf
.
content
!=
VP9E_CONTENT_SCREEN
&&
cpi
->
common
.
width
>=
640
&&
...
...
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