summaryrefslogtreecommitdiff
path: root/vp8/common/postproc.h
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2012-03-22 09:13:18 -0700
committerDeb Mukherjee <debargha@google.com>2012-03-22 09:55:07 -0700
commit66ba79f5fb8ec3f729903f8a5edcfef93a663ce6 (patch)
tree7c7a3672eee120533d7de77ae8d704fbba5bae83 /vp8/common/postproc.h
parentfd9df44a054260aef0aaf3d8acda61d35e3b001b (diff)
downloadlibvpx-66ba79f5fb8ec3f729903f8a5edcfef93a663ce6.tar
libvpx-66ba79f5fb8ec3f729903f8a5edcfef93a663ce6.tar.gz
libvpx-66ba79f5fb8ec3f729903f8a5edcfef93a663ce6.tar.bz2
libvpx-66ba79f5fb8ec3f729903f8a5edcfef93a663ce6.zip
Miscellaneous changes in mfqe and postproc modules
Adds logic to disable mfqe for the first frame after a configuration change such as change in resolution. Also adds some missing if CONFIG_POSTPROC macro checks. Change-Id: If29053dad50b676bd29189ab7f9fe250eb5d30b3
Diffstat (limited to 'vp8/common/postproc.h')
-rw-r--r--vp8/common/postproc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp8/common/postproc.h b/vp8/common/postproc.h
index 4a792dcbe..6ac788cbd 100644
--- a/vp8/common/postproc.h
+++ b/vp8/common/postproc.h
@@ -19,6 +19,7 @@ struct postproc_state
int last_noise;
char noise[3072];
int last_base_qindex;
+ int last_frame_valid;
DECLARE_ALIGNED(16, char, blackclamp[16]);
DECLARE_ALIGNED(16, char, whiteclamp[16]);
DECLARE_ALIGNED(16, char, bothclamp[16]);