FFmpeg  4.0
Data Fields
IIRChannel Struct Reference

Data Fields

int nb_ab [2]
 
double * ab [2]
 
double g
 
double * cache [2]
 
BiquadContextbiquads
 
int clippings
 

Detailed Description

Definition at line 45 of file af_aiir.c.

Field Documentation

◆ nb_ab

int IIRChannel::nb_ab[2]

◆ ab

double* IIRChannel::ab[2]

◆ g

double IIRChannel::g

Definition at line 48 of file af_aiir.c.

Referenced by config_output(), decompose_zp2biquads(), and read_gains().

◆ cache

double* IIRChannel::cache[2]

Definition at line 49 of file af_aiir.c.

Referenced by read_channels(), and uninit().

◆ biquads

BiquadContext* IIRChannel::biquads

Definition at line 50 of file af_aiir.c.

Referenced by decompose_zp2biquads(), and uninit().

◆ clippings

int IIRChannel::clippings

Definition at line 51 of file af_aiir.c.

Referenced by filter_frame().


The documentation for this struct was generated from the following file: