Ardour
9.0-pre0-582-g084a23a80d
|
#include <gdither_types_internal.h>
Public Attributes | |
GDitherType | type |
uint32_t | channels |
uint32_t | bit_depth |
uint32_t | dither_depth |
float | scale |
uint32_t | post_scale |
float | post_scale_fp |
float | bias |
int | clamp_u |
int | clamp_l |
float * | tri_state |
GDitherShapedState * | shaped_state |
Definition at line 54 of file gdither_types_internal.h.
float GDither_s::bias |
Definition at line 62 of file gdither_types_internal.h.
uint32_t GDither_s::bit_depth |
Definition at line 57 of file gdither_types_internal.h.
uint32_t GDither_s::channels |
Definition at line 56 of file gdither_types_internal.h.
int GDither_s::clamp_l |
Definition at line 66 of file gdither_types_internal.h.
int GDither_s::clamp_u |
Definition at line 64 of file gdither_types_internal.h.
uint32_t GDither_s::dither_depth |
Definition at line 58 of file gdither_types_internal.h.
uint32_t GDither_s::post_scale |
Definition at line 60 of file gdither_types_internal.h.
float GDither_s::post_scale_fp |
Definition at line 61 of file gdither_types_internal.h.
float GDither_s::scale |
Definition at line 59 of file gdither_types_internal.h.
GDitherShapedState* GDither_s::shaped_state |
Definition at line 68 of file gdither_types_internal.h.
float* GDither_s::tri_state |
Definition at line 67 of file gdither_types_internal.h.
GDitherType GDither_s::type |
Definition at line 55 of file gdither_types_internal.h.