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

Data Fields

double * auxiliary
 
double * detection
 
double * acoefficients
 
double * acorrelation
 
double * tmp
 
double * interpolated
 
double * matrix
 
int matrix_size
 
double * vector
 
int vector_size
 
double * y
 
int y_size
 
uint8_tclick
 
intindex
 
unsigned * histogram
 
int histogram_size
 

Detailed Description

Definition at line 27 of file af_adeclick.c.

Field Documentation

double* DeclickChannel::auxiliary

Definition at line 28 of file af_adeclick.c.

Referenced by config_input(), and uninit().

double* DeclickChannel::detection

Definition at line 29 of file af_adeclick.c.

Referenced by config_input(), and uninit().

double* DeclickChannel::acoefficients

Definition at line 30 of file af_adeclick.c.

Referenced by config_input(), and uninit().

double* DeclickChannel::acorrelation

Definition at line 31 of file af_adeclick.c.

Referenced by config_input(), and uninit().

double* DeclickChannel::tmp

Definition at line 32 of file af_adeclick.c.

Referenced by config_input(), and uninit().

double* DeclickChannel::interpolated

Definition at line 33 of file af_adeclick.c.

Referenced by config_input(), and uninit().

double* DeclickChannel::matrix

Definition at line 34 of file af_adeclick.c.

Referenced by interpolation(), and uninit().

int DeclickChannel::matrix_size

Definition at line 35 of file af_adeclick.c.

Referenced by interpolation(), and uninit().

double* DeclickChannel::vector

Definition at line 36 of file af_adeclick.c.

Referenced by interpolation(), and uninit().

int DeclickChannel::vector_size

Definition at line 37 of file af_adeclick.c.

Referenced by interpolation(), and uninit().

double* DeclickChannel::y

Definition at line 38 of file af_adeclick.c.

Referenced by do_interpolation(), and uninit().

int DeclickChannel::y_size

Definition at line 39 of file af_adeclick.c.

Referenced by do_interpolation(), and uninit().

uint8_t* DeclickChannel::click

Definition at line 40 of file af_adeclick.c.

Referenced by config_input(), and uninit().

int* DeclickChannel::index

Definition at line 41 of file af_adeclick.c.

Referenced by config_input(), and uninit().

unsigned* DeclickChannel::histogram

Definition at line 42 of file af_adeclick.c.

Referenced by detect_clips(), and uninit().

int DeclickChannel::histogram_size

Definition at line 43 of file af_adeclick.c.

Referenced by detect_clips(), and uninit().


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