DitherContext 50 libavresample/audio_convert.c DitherContext *dc; DitherContext 142 libavresample/dither.c static int generate_dither_noise(DitherContext *c, DitherState *state, DitherContext 172 libavresample/dither.c static void quantize_triangular_ns(DitherContext *c, DitherState *state, DitherContext 211 libavresample/dither.c static int convert_samples(DitherContext *c, int16_t **dst, float * const *src, DitherContext 242 libavresample/dither.c int ff_convert_dither(DitherContext *c, AudioData *dst, AudioData *src) DitherContext 312 libavresample/dither.c void ff_dither_free(DitherContext **cp) DitherContext 314 libavresample/dither.c DitherContext *c = *cp; DitherContext 345 libavresample/dither.c DitherContext *ff_dither_alloc(AVAudioResampleContext *avr, DitherContext 351 libavresample/dither.c DitherContext *c; DitherContext 27 libavresample/dither.h typedef struct DitherContext DitherContext; DitherContext 66 libavresample/dither.h DitherContext *ff_dither_alloc(AVAudioResampleContext *avr, DitherContext 76 libavresample/dither.h void ff_dither_free(DitherContext **c); DitherContext 86 libavresample/dither.h int ff_convert_dither(DitherContext *c, AudioData *dst, AudioData *src); DitherContext 115 libswresample/swresample_internal.h struct DitherContext dither;