FFmpeg
4.0
|
Data Fields | |
int | nb_ab [2] |
double * | ab [2] |
double | g |
double * | cache [2] |
BiquadContext * | biquads |
int | clippings |
int IIRChannel::nb_ab[2] |
Definition at line 46 of file af_aiir.c.
Referenced by config_output(), convert_pd2zp(), convert_pr2zp(), convert_zp2tf(), decompose_zp2biquads(), and read_channels().
double* IIRChannel::ab[2] |
Definition at line 47 of file af_aiir.c.
Referenced by config_output(), convert_pd2zp(), convert_pr2zp(), convert_zp2tf(), decompose_zp2biquads(), read_channels(), and uninit().
double IIRChannel::g |
Definition at line 48 of file af_aiir.c.
Referenced by config_output(), decompose_zp2biquads(), and read_gains().
double* IIRChannel::cache[2] |
Definition at line 49 of file af_aiir.c.
Referenced by read_channels(), and uninit().
BiquadContext* IIRChannel::biquads |
Definition at line 50 of file af_aiir.c.
Referenced by decompose_zp2biquads(), and uninit().
int IIRChannel::clippings |
Definition at line 51 of file af_aiir.c.
Referenced by filter_frame().