mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
ef5004e56e
Original commit message from CVS: * gst/audioconvert/audioconvert.h: * gst/audioconvert/gstaudioquantize.c: (gst_audio_quantize_setup_dither), (gst_audio_quantize_free_dither): * gst/audioconvert/gstfastrandom.h: Implement a linear congruential generator as pseudo random number generator for the dither noise. This is about 2 times faster than using GLib's mersenne twister. Also this uses only integer math for generating integers while GLib internally uses floating point math. |
||
---|---|---|
.. | ||
.gitignore | ||
audioconvert.c | ||
audioconvert.h | ||
audioconvert.vcproj | ||
channelmixtest.c | ||
gstaudioconvert.c | ||
gstaudioconvert.h | ||
gstaudioquantize.c | ||
gstaudioquantize.h | ||
gstchannelmix.c | ||
gstchannelmix.h | ||
gstfastrandom.h | ||
Makefile.am | ||
plugin.c | ||
plugin.h |