Home
last modified time | relevance | path

Searched refs:DITHERSIZE (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/reactos/libs/libmpg123/
H A Ddither.h12 #define DITHERSIZE 65536 macro
H A Ddither_impl.h118 highpass_tpdf_noise(dithertable, DITHERSIZE); in dither_table_init()
H A Dsynth.h61 if(DITHERSIZE-fr->ditherindex < 32) fr->ditherindex = 0; in SYNTH_NAME()
/reactos/sdk/lib/3rdparty/libmpg123/
H A Dframe.c150 fr->dithernoise = malloc(sizeof(float)*DITHERSIZE); in frame_dither_init()