FFmpeg
|
Data Fields | |
const AVClass * | class |
enum FilterType | filter_type |
int | width_type |
int | poles |
int | csg |
double | gain |
double | frequency |
double | width |
double | mix |
uint64_t | channels |
int | normalize |
int | order |
double | a0 |
double | a1 |
double | a2 |
double | b0 |
double | b1 |
double | b2 |
ChanCache * | cache |
int | block_align |
void(* | filter )(struct BiquadsContext *s, const void *ibuf, void *obuf, int len, double *i1, double *i2, double *o1, double *o2, double b0, double b1, double b2, double a1, double a2, int *clippings, int disabled) |
Definition at line 102 of file af_biquads.c.
const AVClass* BiquadsContext::class |
Definition at line 103 of file af_biquads.c.
enum FilterType BiquadsContext::filter_type |
Definition at line 105 of file af_biquads.c.
int BiquadsContext::width_type |
Definition at line 106 of file af_biquads.c.
int BiquadsContext::poles |
Definition at line 107 of file af_biquads.c.
int BiquadsContext::csg |
Definition at line 108 of file af_biquads.c.
double BiquadsContext::gain |
Definition at line 110 of file af_biquads.c.
double BiquadsContext::frequency |
Definition at line 111 of file af_biquads.c.
double BiquadsContext::width |
Definition at line 112 of file af_biquads.c.
double BiquadsContext::mix |
Definition at line 113 of file af_biquads.c.
uint64_t BiquadsContext::channels |
Definition at line 114 of file af_biquads.c.
int BiquadsContext::normalize |
Definition at line 115 of file af_biquads.c.
int BiquadsContext::order |
Definition at line 116 of file af_biquads.c.
double BiquadsContext::a0 |
Definition at line 118 of file af_biquads.c.
double BiquadsContext::a1 |
Definition at line 118 of file af_biquads.c.
double BiquadsContext::a2 |
Definition at line 118 of file af_biquads.c.
double BiquadsContext::b0 |
Definition at line 119 of file af_biquads.c.
double BiquadsContext::b1 |
Definition at line 119 of file af_biquads.c.
double BiquadsContext::b2 |
Definition at line 119 of file af_biquads.c.
ChanCache* BiquadsContext::cache |
Definition at line 121 of file af_biquads.c.
int BiquadsContext::block_align |
Definition at line 122 of file af_biquads.c.
void(* BiquadsContext::filter) (struct BiquadsContext *s, const void *ibuf, void *obuf, int len, double *i1, double *i2, double *o1, double *o2, double b0, double b1, double b2, double a1, double a2, int *clippings, int disabled) |
Definition at line 124 of file af_biquads.c.