FFmpeg
Data Fields
AudioNLMSContext Struct Reference

Data Fields

const AVClassclass
 
int order
 
float mu
 
float eps
 
float leakage
 
int output_mode
 
int kernel_size
 
AVFrameoffset
 
AVFramedelay
 
AVFramecoeffs
 
AVFrametmp
 
AVFrameframe [2]
 
int anlmf
 
AVFloatDSPContextfdsp
 

Detailed Description

Definition at line 40 of file af_anlms.c.

Field Documentation

◆ class

const AVClass* AudioNLMSContext::class

Definition at line 41 of file af_anlms.c.

◆ order

int AudioNLMSContext::order

Definition at line 43 of file af_anlms.c.

◆ mu

float AudioNLMSContext::mu

Definition at line 44 of file af_anlms.c.

◆ eps

float AudioNLMSContext::eps

Definition at line 45 of file af_anlms.c.

◆ leakage

float AudioNLMSContext::leakage

Definition at line 46 of file af_anlms.c.

◆ output_mode

int AudioNLMSContext::output_mode

Definition at line 47 of file af_anlms.c.

◆ kernel_size

int AudioNLMSContext::kernel_size

Definition at line 49 of file af_anlms.c.

◆ offset

AVFrame* AudioNLMSContext::offset

Definition at line 50 of file af_anlms.c.

◆ delay

AVFrame* AudioNLMSContext::delay

Definition at line 51 of file af_anlms.c.

◆ coeffs

AVFrame* AudioNLMSContext::coeffs

Definition at line 52 of file af_anlms.c.

◆ tmp

AVFrame* AudioNLMSContext::tmp

Definition at line 53 of file af_anlms.c.

◆ frame

AVFrame* AudioNLMSContext::frame[2]

Definition at line 55 of file af_anlms.c.

◆ anlmf

int AudioNLMSContext::anlmf

Definition at line 57 of file af_anlms.c.

◆ fdsp

AVFloatDSPContext* AudioNLMSContext::fdsp

Definition at line 59 of file af_anlms.c.


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