Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 103 of file dither.c.
{ switch(noisetype) { case mpg123_white_noise: white_noise(table, count); break; case mpg123_tpdf_noise: tpdf_noise(table, count); break; case mpg123_highpass_tpdf_noise: highpass_tpdf_noise(table, count); break; } }