From 56efb73be358d52119b170355888dd362bc5f903 Mon Sep 17 00:00:00 2001 From: John Koleszar Date: Tue, 14 May 2013 06:46:11 -0700 Subject: Revert "Preparing vp9_deblock and vp9_denoise to alpha support." This reverts commit a933311131bfc77ffd1c64b29f7e1688a1c4b192 Change-Id: I2321f88011178381adbcffeda1bcc6a430ab8f1d --- vp9/encoder/vp9_onyx_if.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vp9/encoder') diff --git a/vp9/encoder/vp9_onyx_if.c b/vp9/encoder/vp9_onyx_if.c index 211f07ed2..610d7330b 100644 --- a/vp9/encoder/vp9_onyx_if.c +++ b/vp9/encoder/vp9_onyx_if.c @@ -2881,7 +2881,7 @@ static void encode_frame_to_data_rate(VP9_COMP *cpi, break; } - vp9_denoise(cpi->Source, cpi->Source, l); + vp9_denoise(cpi->Source, cpi->Source, l, 1, 0); } #endif @@ -3966,7 +3966,7 @@ int vp9_get_compressed_data(VP9_PTR ptr, unsigned int *frame_flags, double weight = 0; #if CONFIG_POSTPROC vp9_deblock(cm->frame_to_show, &cm->post_proc_buffer, - cm->filter_level * 10 / 6); + cm->filter_level * 10 / 6, 1, 0); #endif vp9_clear_system_state(); -- cgit v1.2.3