Searched refs:DitherContext (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavresample/ |
D | dither.h | 27 typedef struct DitherContext DitherContext; typedef 66 DitherContext *ff_dither_alloc(AVAudioResampleContext *avr, 76 void ff_dither_free(DitherContext **c); 86 int ff_convert_dither(DitherContext *c, AudioData *dst, AudioData *src);
|
D | dither.c | 54 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()
|
D | audio_convert.c | 50 DitherContext *dc;
|
/third_party/ffmpeg/libswresample/ |
D | swresample_internal.h | 55 struct DitherContext { struct 125 struct DitherContext dither;
|