FFmpeg
Data Fields
AudioNLMSContext Struct Reference

Data Fields

const AVClassclass
 
int order
 
float mu
 
float eps
 
float leakage
 
int output_mode
 
int precision
 
int kernel_size
 
AVFrameoffset
 
AVFramedelay
 
AVFramecoeffs
 
AVFrametmp
 
AVFrameframe [2]
 
int anlmf
 
int(* filter_channels )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)
 
AVFloatDSPContextfdsp
 

Detailed Description

Definition at line 41 of file af_anlms.c.

Field Documentation

◆ class

const AVClass* AudioNLMSContext::class

Definition at line 42 of file af_anlms.c.

◆ order

int AudioNLMSContext::order

Definition at line 44 of file af_anlms.c.

◆ mu

float AudioNLMSContext::mu

Definition at line 45 of file af_anlms.c.

◆ eps

float AudioNLMSContext::eps

Definition at line 46 of file af_anlms.c.

◆ leakage

float AudioNLMSContext::leakage

Definition at line 47 of file af_anlms.c.

◆ output_mode

int AudioNLMSContext::output_mode

Definition at line 48 of file af_anlms.c.

◆ precision

int AudioNLMSContext::precision

Definition at line 49 of file af_anlms.c.

◆ kernel_size

int AudioNLMSContext::kernel_size

Definition at line 51 of file af_anlms.c.

◆ offset

AVFrame* AudioNLMSContext::offset

Definition at line 52 of file af_anlms.c.

◆ delay

AVFrame* AudioNLMSContext::delay

Definition at line 53 of file af_anlms.c.

◆ coeffs

AVFrame* AudioNLMSContext::coeffs

Definition at line 54 of file af_anlms.c.

◆ tmp

AVFrame* AudioNLMSContext::tmp

Definition at line 55 of file af_anlms.c.

◆ frame

AVFrame* AudioNLMSContext::frame[2]

Definition at line 57 of file af_anlms.c.

◆ anlmf

int AudioNLMSContext::anlmf

Definition at line 59 of file af_anlms.c.

◆ filter_channels

int(* AudioNLMSContext::filter_channels) (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)

Definition at line 61 of file af_anlms.c.

◆ fdsp

AVFloatDSPContext* AudioNLMSContext::fdsp

Definition at line 63 of file af_anlms.c.


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