Home
last modified time | relevance | path

Searched refs:swri_dither_init (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libswresample/
Ddither.c79 av_cold int swri_dither_init(SwrContext *s, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt) in swri_dither_init() function
Dswresample_internal.h207 int swri_dither_init(SwrContext *s, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt);
Dswresample.c335 if ((ret = swri_dither_init(s, s->out_sample_fmt, s->int_sample_fmt)) < 0) in swr_init()