summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_if.c
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2013-03-18 12:00:39 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-03-18 12:00:39 -0700
commitef179bce61a5c02fb8fc10b73258cf0b68ec86c2 (patch)
tree51e6f9aae26962b6fb96829fb8deb67464b288f7 /vp9/encoder/vp9_onyx_if.c
parentc5b317057b292718afc07a842b69f5f06caadb4e (diff)
parentcdb322dd72fe47e8a2f63f15d8b188281ff7d508 (diff)
downloadlibvpx-ef179bce61a5c02fb8fc10b73258cf0b68ec86c2.tar
libvpx-ef179bce61a5c02fb8fc10b73258cf0b68ec86c2.tar.gz
libvpx-ef179bce61a5c02fb8fc10b73258cf0b68ec86c2.tar.bz2
libvpx-ef179bce61a5c02fb8fc10b73258cf0b68ec86c2.zip
Merge "Adapt ARNR filter length and strength." into experimental
Diffstat (limited to 'vp9/encoder/vp9_onyx_if.c')
-rw-r--r--vp9/encoder/vp9_onyx_if.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp9/encoder/vp9_onyx_if.c b/vp9/encoder/vp9_onyx_if.c
index 57ebfa1b1..cd8e74624 100644
--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -2722,10 +2722,6 @@ static void encode_frame_to_data_rate(VP9_COMP *cpi,
else
cpi->zbin_mode_boost_enabled = TRUE;
- if (cpi->gfu_boost <= 400) {
- cpi->zbin_mode_boost_enabled = FALSE;
- }
-
// Current default encoder behaviour for the altref sign bias
if (cpi->source_alt_ref_active)
cpi->common.ref_frame_sign_bias[ALTREF_FRAME] = 1;