FFmpeg
|
Data Fields | |
const AVClass * | class |
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 |
ChannelParams * | cp |
const double * | lp |
const double * | hp |
const double * | ilp |
const double * | ihp |
AVFrame * | stddev |
AVFrame * | absmean |
AVFrame * | filter |
AVFrame * | new_stddev |
AVFrame * | new_absmean |
int(* | filter_channel )(AVFilterContext *ctx, void *arg, int ch, int nb_jobs) |
Definition at line 403 of file af_afwtdn.c.
const AVClass* AudioFWTDNContext::class |
Definition at line 404 of file af_afwtdn.c.
double AudioFWTDNContext::sigma |
Definition at line 406 of file af_afwtdn.c.
double AudioFWTDNContext::percent |
Definition at line 407 of file af_afwtdn.c.
double AudioFWTDNContext::softness |
Definition at line 408 of file af_afwtdn.c.
uint64_t AudioFWTDNContext::sn |
Definition at line 410 of file af_afwtdn.c.
int64_t AudioFWTDNContext::eof_pts |
Definition at line 411 of file af_afwtdn.c.
int AudioFWTDNContext::eof |
Definition at line 412 of file af_afwtdn.c.
int AudioFWTDNContext::wavelet_type |
Definition at line 414 of file af_afwtdn.c.
int AudioFWTDNContext::channels |
Definition at line 415 of file af_afwtdn.c.
int AudioFWTDNContext::nb_samples |
Definition at line 416 of file af_afwtdn.c.
int AudioFWTDNContext::levels |
Definition at line 417 of file af_afwtdn.c.
int AudioFWTDNContext::wavelet_length |
Definition at line 418 of file af_afwtdn.c.
int AudioFWTDNContext::need_profile |
Definition at line 419 of file af_afwtdn.c.
int AudioFWTDNContext::got_profile |
Definition at line 420 of file af_afwtdn.c.
int AudioFWTDNContext::adaptive |
Definition at line 421 of file af_afwtdn.c.
int AudioFWTDNContext::delay |
Definition at line 423 of file af_afwtdn.c.
int AudioFWTDNContext::drop_samples |
Definition at line 424 of file af_afwtdn.c.
int AudioFWTDNContext::padd_samples |
Definition at line 425 of file af_afwtdn.c.
int AudioFWTDNContext::overlap_length |
Definition at line 426 of file af_afwtdn.c.
int AudioFWTDNContext::prev_length |
Definition at line 427 of file af_afwtdn.c.
ChannelParams* AudioFWTDNContext::cp |
Definition at line 428 of file af_afwtdn.c.
const double* AudioFWTDNContext::lp |
Definition at line 430 of file af_afwtdn.c.
const double * AudioFWTDNContext::hp |
Definition at line 430 of file af_afwtdn.c.
const double* AudioFWTDNContext::ilp |
Definition at line 431 of file af_afwtdn.c.
const double * AudioFWTDNContext::ihp |
Definition at line 431 of file af_afwtdn.c.
AVFrame* AudioFWTDNContext::stddev |
Definition at line 433 of file af_afwtdn.c.
AVFrame * AudioFWTDNContext::absmean |
Definition at line 433 of file af_afwtdn.c.
AVFrame * AudioFWTDNContext::filter |
Definition at line 433 of file af_afwtdn.c.
AVFrame* AudioFWTDNContext::new_stddev |
Definition at line 434 of file af_afwtdn.c.
AVFrame * AudioFWTDNContext::new_absmean |
Definition at line 434 of file af_afwtdn.c.
int(* AudioFWTDNContext::filter_channel) (AVFilterContext *ctx, void *arg, int ch, int nb_jobs) |
Definition at line 436 of file af_afwtdn.c.