Lines Matching defs:DitherContext
27 typedef struct DitherContext DitherContext;
58 * Allocate and initialize a DitherContext.
61 * DitherContext.
64 * @return newly-allocated DitherContext
66 DitherContext *ff_dither_alloc(AVAudioResampleContext *avr,
72 * Free a DitherContext.
74 * @param c DitherContext
76 void ff_dither_free(DitherContext **c);
81 * @param c DitherContext
86 int ff_convert_dither(DitherContext *c, AudioData *dst, AudioData *src);