Ardour  8.7-15-gadf511264b
gdither.h File Reference
#include <stdint.h>
#include "gdither_types.h"
Include dependency graph for gdither.h:

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ gdither_free()

void gdither_free ( GDither  s)

◆ gdither_new()

GDither gdither_new ( GDitherType  type,
uint32_t  channels,
GDitherSize  bit_depth,
int  dither_depth 
)

◆ 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 
)