view src/libSAD/noicegen.h @ 4840:a4dd5fcc46ce

Add 5px padding for label_time
author Michal Lipski <tallica@o2.pl>
date Wed, 04 Mar 2009 15:36:58 +0100
parents b0ca963fd965
children
line wrap: on
line source

#ifndef NOICEGEN_H
#define NOICEGEN_H

#include <inttypes.h>

int triangular_dither_noise(int nbits);
double triangular_dither_noise_f(void);
void noicegen_init_rand(uint32_t seed);

#endif /*NOICEGEN_H*/