Searched refs:swri_dither_init (Results 1 – 3 of 3) sorted by relevance
79 av_cold int swri_dither_init(SwrContext *s, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt) in swri_dither_init() function
207 int swri_dither_init(SwrContext *s, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt);
335 if ((ret = swri_dither_init(s, s->out_sample_fmt, s->int_sample_fmt)) < 0) in swr_init()