#include <stdint.h>
#include "gdither_types.h"
Go to the source code of this file.
|
GDither | gdither_new (GDitherType type, uint32_t channels, GDitherSize bit_depth, int dither_depth) |
|
void | gdither_free (GDither s) |
|
void | gdither_runf (GDither s, uint32_t channel, uint32_t length, float const *x, void *y) |
|
void | gdither_run (GDither s, uint32_t channel, uint32_t length, double const *x, void *y) |
|
◆ gdither_free()
◆ gdither_new()
◆ gdither_run()
void gdither_run |
( |
GDither |
s, |
|
|
uint32_t |
channel, |
|
|
uint32_t |
length, |
|
|
double const * |
x, |
|
|
void * |
y |
|
) |
| |
◆ gdither_runf()
void gdither_runf |
( |
GDither |
s, |
|
|
uint32_t |
channel, |
|
|
uint32_t |
length, |
|
|
float const * |
x, |
|
|
void * |
y |
|
) |
| |