FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 47 of file af_aiir.c.

Field Documentation

int IIRChannel::nb_ab[2]
double* IIRChannel::ab[2]
double IIRChannel::g

Definition at line 50 of file af_aiir.c.

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

double* IIRChannel::cache[2]

Definition at line 51 of file af_aiir.c.

Referenced by read_channels(), and uninit().

BiquadContext* IIRChannel::biquads

Definition at line 52 of file af_aiir.c.

Referenced by decompose_zp2biquads(), and uninit().

int IIRChannel::clippings

Definition at line 53 of file af_aiir.c.

Referenced by filter_frame().


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