summaryrefslogtreecommitdiff
path: root/vpx_dsp/postproc.h
diff options
context:
space:
mode:
authorJames Bankoski <jimbankoski@google.com>2016-07-13 22:04:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-07-13 22:04:47 +0000
commit7eec1f31b50e05f6fe06bccda8db08d75a6ff0f2 (patch)
tree959cb0abd8e48bbb8a1bf78d00da3a8896b1f3b5 /vpx_dsp/postproc.h
parent8dd3bef7efb00fa3f6f219e61c72bd6b60f1fdd2 (diff)
parente736691a6ded0baf903f20ecee32223035fe4504 (diff)
downloadlibvpx-7eec1f31b50e05f6fe06bccda8db08d75a6ff0f2.tar
libvpx-7eec1f31b50e05f6fe06bccda8db08d75a6ff0f2.tar.gz
libvpx-7eec1f31b50e05f6fe06bccda8db08d75a6ff0f2.tar.bz2
libvpx-7eec1f31b50e05f6fe06bccda8db08d75a6ff0f2.zip
Merge "postproc: noise style fixes."
Diffstat (limited to 'vpx_dsp/postproc.h')
-rw-r--r--vpx_dsp/postproc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vpx_dsp/postproc.h b/vpx_dsp/postproc.h
index 389b0eed7..78d11b186 100644
--- a/vpx_dsp/postproc.h
+++ b/vpx_dsp/postproc.h
@@ -15,7 +15,8 @@
extern "C" {
#endif
-int vpx_setup_noise(int size, double sigma, char *noise);
+// Fills a noise buffer with gaussian noise strength determined by sigma.
+int vpx_setup_noise(double sigma, int size, char *noise);
#ifdef __cplusplus
}