diff src/libSAD/noisegen.h @ 4232:704607c1f858

1st attempt to integrate dithering and RG engine
author Eugene Zagidullin <e.asphyx@gmail.com>
date Wed, 30 Jan 2008 01:22:37 +0300
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/libSAD/noisegen.h	Wed Jan 30 01:22:37 2008 +0300
@@ -0,0 +1,7 @@
+#ifndef NOISGEN_H
+#define NOISGEN_H
+
+int triangular_dither_noise(int nbits);
+float triangular_dither_noise_f(void);
+
+#endif /*NOISGEN_H*/