summaryrefslogtreecommitdiff
path: root/vp8/common/postproc.h
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2019-11-04 14:45:13 -0600
committerJohann <johannkoenig@google.com>2019-11-04 14:45:13 -0600
commita653423f232d6ad3a6569a224f27c3249f13606c (patch)
treebac0eeb90a35c161922b2be1b798f869e1e52d11 /vp8/common/postproc.h
parentc82282592edc95c9c5a0c13bb2f45e5a169f37a5 (diff)
downloadlibvpx-a653423f232d6ad3a6569a224f27c3249f13606c.tar
libvpx-a653423f232d6ad3a6569a224f27c3249f13606c.tar.gz
libvpx-a653423f232d6ad3a6569a224f27c3249f13606c.tar.bz2
libvpx-a653423f232d6ad3a6569a224f27c3249f13606c.zip
remove unused postproc parameters
BUG=webm:1612 Change-Id: I92937417403af2c943e903ba66799609ef6ab635
Diffstat (limited to 'vp8/common/postproc.h')
-rw-r--r--vp8/common/postproc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/vp8/common/postproc.h b/vp8/common/postproc.h
index a14f5f1df..492c52aef 100644
--- a/vp8/common/postproc.h
+++ b/vp8/common/postproc.h
@@ -29,12 +29,11 @@ extern "C" {
int vp8_post_proc_frame(struct VP8Common *oci, YV12_BUFFER_CONFIG *dest,
vp8_ppflags_t *ppflags);
-void vp8_de_noise(struct VP8Common *cm, YV12_BUFFER_CONFIG *source,
- YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, int flag,
+void vp8_de_noise(struct VP8Common *cm, YV12_BUFFER_CONFIG *source, int q,
int uvfilter);
void vp8_deblock(struct VP8Common *cm, YV12_BUFFER_CONFIG *source,
- YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, int flag);
+ YV12_BUFFER_CONFIG *post, int q);
#define MFQE_PRECISION 4