Home
last modified time | relevance | path

Searched defs:BiquadsContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_biquads.c110 typedef struct BiquadsContext { struct
111 const AVClass *class;
113 enum FilterType filter_type;
114 int width_type;
115 int poles;
139 void (*filter)(struct BiquadsContext *s, const void *ibuf, void *obuf, int len, argument
143 } BiquadsContext; typedef