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