Searched defs:BiquadsContext (Results 1 – 1 of 1) sorted by relevance
110 typedef struct BiquadsContext { struct111 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, argument143 } BiquadsContext; typedef