FFmpeg  4.0
Data Fields
BiquadCoeffs Struct Reference

Data Fields

double a0
 
double a1
 
double a2
 
double b1
 
double b2
 

Detailed Description

Definition at line 26 of file af_aemphasis.c.

Field Documentation

◆ a0

double BiquadCoeffs::a0

Definition at line 27 of file af_aemphasis.c.

Referenced by config_input(), and freq_gain().

◆ a1

double BiquadCoeffs::a1

Definition at line 27 of file af_aemphasis.c.

Referenced by config_input(), and freq_gain().

◆ a2

double BiquadCoeffs::a2

Definition at line 27 of file af_aemphasis.c.

Referenced by config_input(), and freq_gain().

◆ b1

double BiquadCoeffs::b1

Definition at line 27 of file af_aemphasis.c.

Referenced by config_input(), and freq_gain().

◆ b2

double BiquadCoeffs::b2

Definition at line 27 of file af_aemphasis.c.

Referenced by config_input(), and freq_gain().


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