summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_if.c
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2012-01-12 16:55:44 -0800
committerJohn Koleszar <jkoleszar@google.com>2012-01-30 12:08:29 -0800
commit2a8f57f50de05af71284b42a2fe73a7168ae7a93 (patch)
tree45e4c1025cd93e0d8b93d51b6c7f88ee637d6a60 /vp8/encoder/onyx_if.c
parentfdb61a4531a626f100d422d7e7638b3f6eb09aef (diff)
downloadlibvpx-2a8f57f50de05af71284b42a2fe73a7168ae7a93.tar
libvpx-2a8f57f50de05af71284b42a2fe73a7168ae7a93.tar.gz
libvpx-2a8f57f50de05af71284b42a2fe73a7168ae7a93.tar.bz2
libvpx-2a8f57f50de05af71284b42a2fe73a7168ae7a93.zip
RTCD: add postproc functions
This commit continues the process of converting to the new RTCD system. Change-Id: If54eb5cb5d1b0cac6c4c0633a9e99c93ca860ba2
Diffstat (limited to 'vp8/encoder/onyx_if.c')
-rw-r--r--vp8/encoder/onyx_if.c4
1 files changed, 2 insertions, 2 deletions
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;