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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/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 50 milliseconds