Searched refs:do_dithering (Results 1 – 2 of 2) sorted by relevance
/external/flac/src/share/replaygain_synthesis/ |
D | replaygain_synthesis.c | 244 static int64_t dither_output_(DitherContext *d, FLAC__bool do_dithering, int shapingtype, int i, do… in dither_output_() argument 249 if(do_dithering) { in dither_output_() 301 …rget_bps, const double scale, const FLAC__bool hard_limit, FLAC__bool do_dithering, DitherContext … in FLAC__replaygain_synthesis__apply_gain() argument 383 …val64 = dither_output_(dither_context, do_dithering, noise_shaping, (i + last_history_index) % 32,… in FLAC__replaygain_synthesis__apply_gain()
|
/external/flac/include/share/ |
D | replaygain_synthesis.h | 50 …rget_bps, const double scale, const FLAC__bool hard_limit, FLAC__bool do_dithering, DitherContext …
|