From 2a8f57f50de05af71284b42a2fe73a7168ae7a93 Mon Sep 17 00:00:00 2001 From: John Koleszar Date: Thu, 12 Jan 2012 16:55:44 -0800 Subject: RTCD: add postproc functions This commit continues the process of converting to the new RTCD system. Change-Id: If54eb5cb5d1b0cac6c4c0633a9e99c93ca860ba2 --- vp8/encoder/onyx_if.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vp8/encoder/onyx_if.c') diff --git a/vp8/encoder/onyx_if.c b/vp8/encoder/onyx_if.c index 95f7cfe29..26ba21b64 100644 --- a/vp8/encoder/onyx_if.c +++ b/vp8/encoder/onyx_if.c @@ -3624,11 +3624,11 @@ 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)); + vp8_de_noise(cpi->Source, cpi->Source, l , 1, 0); } else { - vp8_de_noise(cpi->Source, cpi->Source, l , 1, 0, RTCD(postproc)); + vp8_de_noise(cpi->Source, cpi->Source, l , 1, 0); src = cpi->Source->y_buffer; -- cgit v1.2.3