From e736691a6ded0baf903f20ecee32223035fe4504 Mon Sep 17 00:00:00 2001 From: Jim Bankoski Date: Wed, 13 Jul 2016 12:39:01 -0700 Subject: postproc: noise style fixes. Change-Id: Ifdcb36b8e77b65faeeb10644256e175acb32275d --- vpx_dsp/postproc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vpx_dsp/postproc.h') 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 } -- cgit v1.2.3