Home
last modified time | relevance | path

Searched refs:DITHER_MINIMAL (Results 1 – 3 of 3) sorted by relevance

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Ddataformat.h104 #define DITHER_MINIMAL 1 macro
H A Dmain.c218 dither_editing = inifile_get_guint32("ditherEditing",DITHER_MINIMAL); in main()
220 dither_editing = DITHER_MINIMAL; in main()
H A Dconfigdialog.c174 dither_editing?DITHER_MINIMAL:DITHER_NONE); in config_dialog_ok()
177 dither_playback?DITHER_MINIMAL:DITHER_NONE); in config_dialog_ok()