Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavresample/
H A Ddither.h27 typedef struct DitherContext DitherContext; typedef
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
[all...]
H A Ddither.c54 struct DitherContext { struct
142 static int generate_dither_noise(DitherContext *c, DitherState *state, in generate_dither_noise()
172 static void quantize_triangular_ns(DitherContext *c, DitherState *state, in quantize_triangular_ns()
211 static int convert_samples(DitherContext *c, int16_t **dst, float * const *src, in convert_samples()
242 int ff_convert_dither(DitherContext *c, AudioData *dst, AudioData *src) in ff_convert_dither()
312 void ff_dither_free(DitherContext **cp) in ff_dither_free()
314 DitherContext *c = *cp; in ff_dither_free()
345 DitherContext *ff_dither_alloc(AVAudioResampleContext *avr, in ff_dither_alloc()
351 DitherContext *c; in ff_dither_alloc()
H A Daudio_convert.c50 DitherContext *dc;
/third_party/ffmpeg/libswresample/
H A Dswresample_internal.h55 struct DitherContext { struct
129 struct DitherContext dither;

Completed in 3 milliseconds