Searched refs:linear_dither (Results 1 – 1 of 1) sorted by relevance
/external/flac/src/plugin_common/ |
D | dither.c | 58 static FLAC__int32 linear_dither(uint32_t source_bps, uint32_t target_bps, FLAC__int32 sample, dith… in linear_dither() function 137 sample = linear_dither(source_bps, target_bps, *input_++, &dither[channel], MIN, MAX); in FLAC__plugin_common__pack_pcm_signed_big_endian() 218 sample = linear_dither(source_bps, target_bps, *input_++, &dither[channel], MIN, MAX); in FLAC__plugin_common__pack_pcm_signed_little_endian()
|