summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_if.c
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-12-13 16:47:34 -0500
committerJohn Koleszar <jkoleszar@google.com>2010-12-13 16:47:59 -0500
commitb1aa54ab26656cee4aaebb550cb806580e98ab53 (patch)
treeb96c8ccde69925699b732188bf56f3b4456a711f /vp8/encoder/onyx_if.c
parentb7b1e6fb55c6b12ccd078a20cb9855f6734931b5 (diff)
downloadlibvpx-b1aa54ab26656cee4aaebb550cb806580e98ab53.tar
libvpx-b1aa54ab26656cee4aaebb550cb806580e98ab53.tar.gz
libvpx-b1aa54ab26656cee4aaebb550cb806580e98ab53.tar.bz2
libvpx-b1aa54ab26656cee4aaebb550cb806580e98ab53.zip
remove unused temporal preproc code
This code is unused, as the current preproc implementation uses the same spatial filter that postproc uses. Change-Id: Ia06d5664917d67283f279e2480016bebed602ea7
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);
}
}