FFmpeg
Data Fields
AudioFWTDNContext Struct Reference

Data Fields

const AVClassclass
 
double sigma
 
double percent
 
double softness
 
uint64_t sn
 
int64_t eof_pts
 
int eof
 
int wavelet_type
 
int channels
 
int nb_samples
 
int levels
 
int wavelet_length
 
int need_profile
 
int got_profile
 
int adaptive
 
int delay
 
int drop_samples
 
int padd_samples
 
int overlap_length
 
int prev_length
 
ChannelParamscp
 
const doublelp
 
const doublehp
 
const doubleilp
 
const doubleihp
 
AVFramestddev
 
AVFrameabsmean
 
AVFramefilter
 
AVFramenew_stddev
 
AVFramenew_absmean
 
int(* filter_channel )(AVFilterContext *ctx, void *arg, int ch, int nb_jobs)
 

Detailed Description

Definition at line 402 of file af_afwtdn.c.

Field Documentation

◆ class

const AVClass* AudioFWTDNContext::class

Definition at line 403 of file af_afwtdn.c.

◆ sigma

double AudioFWTDNContext::sigma

Definition at line 405 of file af_afwtdn.c.

◆ percent

double AudioFWTDNContext::percent

Definition at line 406 of file af_afwtdn.c.

◆ softness

double AudioFWTDNContext::softness

Definition at line 407 of file af_afwtdn.c.

◆ sn

uint64_t AudioFWTDNContext::sn

Definition at line 409 of file af_afwtdn.c.

◆ eof_pts

int64_t AudioFWTDNContext::eof_pts

Definition at line 410 of file af_afwtdn.c.

◆ eof

int AudioFWTDNContext::eof

Definition at line 411 of file af_afwtdn.c.

◆ wavelet_type

int AudioFWTDNContext::wavelet_type

Definition at line 413 of file af_afwtdn.c.

◆ channels

int AudioFWTDNContext::channels

Definition at line 414 of file af_afwtdn.c.

◆ nb_samples

int AudioFWTDNContext::nb_samples

Definition at line 415 of file af_afwtdn.c.

◆ levels

int AudioFWTDNContext::levels

Definition at line 416 of file af_afwtdn.c.

◆ wavelet_length

int AudioFWTDNContext::wavelet_length

Definition at line 417 of file af_afwtdn.c.

◆ need_profile

int AudioFWTDNContext::need_profile

Definition at line 418 of file af_afwtdn.c.

◆ got_profile

int AudioFWTDNContext::got_profile

Definition at line 419 of file af_afwtdn.c.

◆ adaptive

int AudioFWTDNContext::adaptive

Definition at line 420 of file af_afwtdn.c.

◆ delay

int AudioFWTDNContext::delay

Definition at line 422 of file af_afwtdn.c.

◆ drop_samples

int AudioFWTDNContext::drop_samples

Definition at line 423 of file af_afwtdn.c.

◆ padd_samples

int AudioFWTDNContext::padd_samples

Definition at line 424 of file af_afwtdn.c.

◆ overlap_length

int AudioFWTDNContext::overlap_length

Definition at line 425 of file af_afwtdn.c.

◆ prev_length

int AudioFWTDNContext::prev_length

Definition at line 426 of file af_afwtdn.c.

◆ cp

ChannelParams* AudioFWTDNContext::cp

Definition at line 427 of file af_afwtdn.c.

◆ lp

const double* AudioFWTDNContext::lp

Definition at line 429 of file af_afwtdn.c.

◆ hp

const double * AudioFWTDNContext::hp

Definition at line 429 of file af_afwtdn.c.

◆ ilp

const double* AudioFWTDNContext::ilp

Definition at line 430 of file af_afwtdn.c.

◆ ihp

const double * AudioFWTDNContext::ihp

Definition at line 430 of file af_afwtdn.c.

◆ stddev

AVFrame* AudioFWTDNContext::stddev

Definition at line 432 of file af_afwtdn.c.

◆ absmean

AVFrame * AudioFWTDNContext::absmean

Definition at line 432 of file af_afwtdn.c.

◆ filter

AVFrame * AudioFWTDNContext::filter

Definition at line 432 of file af_afwtdn.c.

◆ new_stddev

AVFrame* AudioFWTDNContext::new_stddev

Definition at line 433 of file af_afwtdn.c.

◆ new_absmean

AVFrame * AudioFWTDNContext::new_absmean

Definition at line 433 of file af_afwtdn.c.

◆ filter_channel

int(* AudioFWTDNContext::filter_channel) (AVFilterContext *ctx, void *arg, int ch, int nb_jobs)

Definition at line 435 of file af_afwtdn.c.


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