Searched refs:DitherContext (Results 1 – 4 of 4) sorted by relevance
/external/flac/include/share/ |
D | replaygain_synthesis.h | 45 } DitherContext; typedef 47 void FLAC__replaygain_synthesis__init_dither_context(DitherContext *dither, int bits, int shapingty… 50 …t double scale, const FLAC__bool hard_limit, FLAC__bool do_dithering, DitherContext *dither_contex…
|
/external/flac/src/share/replaygain_synthesis/ |
D | replaygain_synthesis.c | 203 void FLAC__replaygain_synthesis__init_dither_context(DitherContext *d, int bits, int shapingtype) in FLAC__replaygain_synthesis__init_dither_context() 228 ROUND64 (DitherContext *d, double x) in ROUND64() 244 static int64_t dither_output_(DitherContext *d, FLAC__bool do_dithering, int shapingtype, int i, do… in dither_output_() 301 …t double scale, const FLAC__bool hard_limit, FLAC__bool do_dithering, DitherContext *dither_contex… in FLAC__replaygain_synthesis__apply_gain()
|
/external/flac/src/plugin_xmms/ |
D | plugin.c | 78 DitherContext dither_context;
|
/external/flac/src/flac/ |
D | decode.c | 50 DitherContext dither_context;
|