summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_firstpass.h
diff options
context:
space:
mode:
authorAlex Converse <aconverse@google.com>2014-10-10 11:31:58 -0700
committerAlex Converse <aconverse@google.com>2014-10-10 11:34:00 -0700
commita90255c366746d32c8485d7db7a5964d1e7bd8be (patch)
tree27c6100e7199040a9f616fe1fa9fbfc5a726dafe /vp9/encoder/vp9_firstpass.h
parentab4c6efa4878fee29d5614d3422354483688615c (diff)
downloadlibvpx-a90255c366746d32c8485d7db7a5964d1e7bd8be.tar
libvpx-a90255c366746d32c8485d7db7a5964d1e7bd8be.tar.gz
libvpx-a90255c366746d32c8485d7db7a5964d1e7bd8be.tar.bz2
libvpx-a90255c366746d32c8485d7db7a5964d1e7bd8be.zip
Revert "Add adaptation option for VBR."
This reverts commit 869d4ca51957614dcf5093ebb9e322cc8a8405ca. This breaks the build via conflict with e18edd5eb651f9b7563cbd829744807402bfe0d8. Change-Id: If544b99e367a449452834eb8cce600f58c34ec0d
Diffstat (limited to 'vp9/encoder/vp9_firstpass.h')
-rw-r--r--vp9/encoder/vp9_firstpass.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp9/encoder/vp9_firstpass.h b/vp9/encoder/vp9_firstpass.h
index 6cc5a5f73..458cd9b90 100644
--- a/vp9/encoder/vp9_firstpass.h
+++ b/vp9/encoder/vp9_firstpass.h
@@ -39,8 +39,6 @@ typedef struct {
} FIRSTPASS_MB_STATS;
#endif
-#define VLOW_MOTION_THRESHOLD 950
-
typedef struct {
double frame;
double intra_error;
@@ -112,8 +110,6 @@ typedef struct {
int kf_zeromotion_pct;
int last_kfgroup_zeromotion_pct;
int active_worst_quality;
- int extend_minq;
- int extend_maxq;
GF_GROUP gf_group;
} TWO_PASS;