FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AudioDeclickContext Struct Reference

Data Fields

const AVClassclass
 
double w
 
double overlap
 
double threshold
 
double ar
 
double burst
 
int method
 
int nb_hbins
 
int is_declip
 
int ar_order
 
int nb_burst_samples
 
int window_size
 
int hop_size
 
int overlap_skip
 
AVFramein
 
AVFrameout
 
AVFramebuffer
 
AVFrameis
 
DeclickChannelchan
 
int64_t pts
 
int nb_channels
 
uint64_t nb_samples
 
uint64_t detected_errors
 
int samples_left
 
AVAudioFifofifo
 
double * window_func_lut
 
int(* detector )(struct AudioDeclickContext *s, DeclickChannel *c, double sigmae, double *detection, double *acoefficients, uint8_t *click, int *index, const double *src, double *dst)
 

Detailed Description

Definition at line 46 of file af_adeclick.c.

Field Documentation

const AVClass* AudioDeclickContext::class

Definition at line 47 of file af_adeclick.c.

double AudioDeclickContext::w

Definition at line 49 of file af_adeclick.c.

Referenced by config_input().

double AudioDeclickContext::overlap

Definition at line 50 of file af_adeclick.c.

Referenced by config_input().

double AudioDeclickContext::threshold

Definition at line 51 of file af_adeclick.c.

Referenced by detect_clicks(), and detect_clips().

double AudioDeclickContext::ar

Definition at line 52 of file af_adeclick.c.

Referenced by config_input().

double AudioDeclickContext::burst

Definition at line 53 of file af_adeclick.c.

Referenced by config_input().

int AudioDeclickContext::method

Definition at line 54 of file af_adeclick.c.

Referenced by config_input(), and filter_channel().

int AudioDeclickContext::nb_hbins

Definition at line 55 of file af_adeclick.c.

Referenced by detect_clips().

int AudioDeclickContext::is_declip

Definition at line 57 of file af_adeclick.c.

Referenced by init(), and uninit().

int AudioDeclickContext::ar_order
int AudioDeclickContext::nb_burst_samples

Definition at line 59 of file af_adeclick.c.

Referenced by config_input(), and detect_clicks().

int AudioDeclickContext::window_size
int AudioDeclickContext::hop_size

Definition at line 61 of file af_adeclick.c.

Referenced by config_input(), filter_channel(), and filter_frame().

int AudioDeclickContext::overlap_skip

Definition at line 62 of file af_adeclick.c.

Referenced by config_input(), filter_channel(), and request_frame().

AVFrame* AudioDeclickContext::in

Definition at line 64 of file af_adeclick.c.

Referenced by config_input(), filter_channel(), filter_frame(), and uninit().

AVFrame* AudioDeclickContext::out

Definition at line 65 of file af_adeclick.c.

Referenced by config_input(), filter_channel(), and uninit().

AVFrame* AudioDeclickContext::buffer

Definition at line 66 of file af_adeclick.c.

Referenced by config_input(), filter_channel(), and uninit().

AVFrame* AudioDeclickContext::is

Definition at line 67 of file af_adeclick.c.

Referenced by config_input(), filter_channel(), filter_frame(), and uninit().

DeclickChannel* AudioDeclickContext::chan

Definition at line 69 of file af_adeclick.c.

Referenced by config_input(), filter_channel(), and uninit().

int64_t AudioDeclickContext::pts

Definition at line 71 of file af_adeclick.c.

Referenced by config_input(), and filter_frame().

int AudioDeclickContext::nb_channels

Definition at line 72 of file af_adeclick.c.

Referenced by config_input(), and uninit().

uint64_t AudioDeclickContext::nb_samples

Definition at line 73 of file af_adeclick.c.

Referenced by filter_frame(), isfinite_array(), and uninit().

uint64_t AudioDeclickContext::detected_errors

Definition at line 74 of file af_adeclick.c.

Referenced by filter_frame(), and uninit().

int AudioDeclickContext::samples_left

Definition at line 75 of file af_adeclick.c.

Referenced by filter_frame(), and request_frame().

AVAudioFifo* AudioDeclickContext::fifo

Definition at line 77 of file af_adeclick.c.

Referenced by config_input(), filter_frame(), request_frame(), and uninit().

double* AudioDeclickContext::window_func_lut

Definition at line 78 of file af_adeclick.c.

Referenced by config_input(), filter_channel(), and uninit().

int(* AudioDeclickContext::detector)(struct AudioDeclickContext *s, DeclickChannel *c, double sigmae, double *detection, double *acoefficients, uint8_t *click, int *index, const double *src, double *dst)

Definition at line 80 of file af_adeclick.c.

Referenced by filter_channel(), and init().


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