comparison 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
comparison
equal deleted inserted replaced
4225:f6625617716b 4232:704607c1f858
1 #ifndef NOISGEN_H
2 #define NOISGEN_H
3
4 int triangular_dither_noise(int nbits);
5 float triangular_dither_noise_f(void);
6
7 #endif /*NOISGEN_H*/