Go to the source code of this file.
◆ DITHERSIZE
◆ mpg123_noise_type
Enumerator |
---|
mpg123_white_noise | |
mpg123_tpdf_noise | |
mpg123_highpass_tpdf_noise | |
Definition at line 13 of file dither.h.
◆ dither_table_init()
void dither_table_init |
( |
float * |
dithertable | ) |
|
Definition at line 116 of file dither_impl.h.
static void highpass_tpdf_noise(float *table, size_t count)
◆ mpg123_noise()
Definition at line 103 of file dither_impl.h.
GLuint GLuint GLsizei count
static void highpass_tpdf_noise(float *table, size_t count)
static void white_noise(float *table, size_t count)
static void tpdf_noise(float *table, size_t count)