Searched refs:linear_dither (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_common/
H A Ddither.c57 static FLaC__INLINE FLAC__int32 linear_dither(unsigned source_bps, unsigned target_bps, FLAC__int32 sample, dither_state *dither, const FLAC__int32 MIN, const FLAC__int32 MAX) function
136 sample = linear_dither(source_bps, target_bps, *input_++, &dither[channel], MIN, MAX);
217 sample = linear_dither(source_bps, target_bps, *input_++, &dither[channel], MIN, MAX);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/plugin_common/
H A Ddither.c57 static FLaC__INLINE FLAC__int32 linear_dither(unsigned source_bps, unsigned target_bps, FLAC__int32 sample, dither_state *dither, const FLAC__int32 MIN, const FLAC__int32 MAX) function
136 sample = linear_dither(source_bps, target_bps, *input_++, &dither[channel], MIN, MAX);
217 sample = linear_dither(source_bps, target_bps, *input_++, &dither[channel], MIN, MAX);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_common/
H A Ddither.c57 static FLaC__INLINE FLAC__int32 linear_dither(unsigned source_bps, unsigned target_bps, FLAC__int32 sample, dither_state *dither, const FLAC__int32 MIN, const FLAC__int32 MAX) function
136 sample = linear_dither(source_bps, target_bps, *input_++, &dither[channel], MIN, MAX);
217 sample = linear_dither(source_bps, target_bps, *input_++, &dither[channel], MIN, MAX);

Completed in 155 milliseconds