#include <dither.h>
Convert samples from flt to s16 with added dither noise.
Definition at line 38 of file dither.h.
Referenced by dither_init(), ff_convert_dither(), and ff_dither_init_x86().
src and dst constraits for quantize()
Definition at line 40 of file dither.h.
Referenced by dither_init(), ff_convert_dither(), and ff_dither_init_x86().
len constraits for quantize()
Definition at line 41 of file dither.h.
Referenced by dither_init(), ff_convert_dither(), and ff_dither_init_x86().
Convert dither noise from int to float with triangular distribution.
Definition at line 54 of file dither.h.
Referenced by dither_init(), ff_dither_init_x86(), and generate_dither_noise().