summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_noise_estimate.h
diff options
context:
space:
mode:
author“Michael <mhoro@google.com>2019-04-09 16:28:06 -0500
committer“Michael <mhoro@google.com>2019-04-09 16:30:32 -0500
commit32d633ba17aa5ceb8cb12fa2c665747239b3593a (patch)
tree9771cf0c98b71e737bd32522959c735c9daef123 /vp9/encoder/vp9_noise_estimate.h
parentb2f29a9a716b119c2297befeb2e119202a259c41 (diff)
downloadlibvpx-32d633ba17aa5ceb8cb12fa2c665747239b3593a.tar
libvpx-32d633ba17aa5ceb8cb12fa2c665747239b3593a.tar.gz
libvpx-32d633ba17aa5ceb8cb12fa2c665747239b3593a.tar.bz2
libvpx-32d633ba17aa5ceb8cb12fa2c665747239b3593a.zip
Add fast-adapt mechanism for VNR
Change-Id: Ia1d9cde418cc981ee08dc94a2e375d6cb4542250
Diffstat (limited to 'vp9/encoder/vp9_noise_estimate.h')
-rw-r--r--vp9/encoder/vp9_noise_estimate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/encoder/vp9_noise_estimate.h b/vp9/encoder/vp9_noise_estimate.h
index e30ad3151..7fc94ff8c 100644
--- a/vp9/encoder/vp9_noise_estimate.h
+++ b/vp9/encoder/vp9_noise_estimate.h
@@ -32,6 +32,7 @@ typedef struct noise_estimate {
NOISE_LEVEL level;
int value;
int thresh;
+ int adapt_thresh;
int count;
int last_w;
int last_h;