summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_if.c
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-12-14 00:05:04 -0500
committerJohn Koleszar <jkoleszar@google.com>2010-12-14 00:05:05 -0500
commit6a80032280305c41f20403b07698ca969ec7edb2 (patch)
treefd06c759f687f3ac2f1dcad4f2f4926e07bb4b7f /vp8/encoder/onyx_if.c
parentb6905e36d9a55589033723057b20a736844d1c17 (diff)
parent3809d7bbd984a763cf7f288a51c9924667addf4a (diff)
downloadlibvpx-6a80032280305c41f20403b07698ca969ec7edb2.tar
libvpx-6a80032280305c41f20403b07698ca969ec7edb2.tar.gz
libvpx-6a80032280305c41f20403b07698ca969ec7edb2.tar.bz2
libvpx-6a80032280305c41f20403b07698ca969ec7edb2.zip
Merge remote branch 'origin/master' into experimental
Change-Id: Ic88e9b2fcf1dcb2852a7205bcda3f181103f5612
Diffstat (limited to 'vp8/encoder/onyx_if.c')
-rw-r--r--vp8/encoder/onyx_if.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/vp8/encoder/onyx_if.c b/vp8/encoder/onyx_if.c
index a003828b0..508190c03 100644
--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -3882,7 +3882,6 @@ static void encode_frame_to_data_rate
if (cm->frame_type == KEY_FRAME)
{
vp8_de_noise(cpi->Source, cpi->Source, l , 1, 0, RTCD(postproc));
- cpi->ppi.frame = 0;
}
else
{
@@ -3894,10 +3893,6 @@ static void encode_frame_to_data_rate
{
src += cpi->Source->y_stride * (cpi->Source->y_height - 1);
}
-
- //temp_filter(&cpi->ppi,src,src,
- // cm->last_frame.y_width * cm->last_frame.y_height,
- // cpi->oxcf.noise_sensitivity);
}
}