FFmpeg
|
Data Fields | |
const AVClass * | class |
char * | real_str |
char * | img_str |
int | fft_size |
AVTXContext ** | fft |
AVTXContext ** | ifft |
av_tx_fn | tx_fn |
av_tx_fn | itx_fn |
AVComplexFloat ** | fft_in |
AVComplexFloat ** | fft_out |
AVComplexFloat ** | fft_temp |
int | nb_exprs |
int | channels |
int | window_size |
AVExpr ** | real |
AVExpr ** | imag |
int | hop_size |
float | overlap |
AVFrame * | window |
AVFrame * | buffer |
int | win_func |
float * | window_func_lut |
Definition at line 32 of file af_afftfilt.c.
const AVClass* AFFTFiltContext::class |
Definition at line 33 of file af_afftfilt.c.
char* AFFTFiltContext::real_str |
Definition at line 34 of file af_afftfilt.c.
char* AFFTFiltContext::img_str |
Definition at line 35 of file af_afftfilt.c.
int AFFTFiltContext::fft_size |
Definition at line 36 of file af_afftfilt.c.
AVTXContext** AFFTFiltContext::fft |
Definition at line 38 of file af_afftfilt.c.
AVTXContext ** AFFTFiltContext::ifft |
Definition at line 38 of file af_afftfilt.c.
av_tx_fn AFFTFiltContext::tx_fn |
Definition at line 39 of file af_afftfilt.c.
av_tx_fn AFFTFiltContext::itx_fn |
Definition at line 39 of file af_afftfilt.c.
AVComplexFloat** AFFTFiltContext::fft_in |
Definition at line 40 of file af_afftfilt.c.
AVComplexFloat** AFFTFiltContext::fft_out |
Definition at line 41 of file af_afftfilt.c.
AVComplexFloat** AFFTFiltContext::fft_temp |
Definition at line 42 of file af_afftfilt.c.
int AFFTFiltContext::nb_exprs |
Definition at line 43 of file af_afftfilt.c.
int AFFTFiltContext::channels |
Definition at line 44 of file af_afftfilt.c.
int AFFTFiltContext::window_size |
Definition at line 45 of file af_afftfilt.c.
AVExpr** AFFTFiltContext::real |
Definition at line 46 of file af_afftfilt.c.
AVExpr** AFFTFiltContext::imag |
Definition at line 47 of file af_afftfilt.c.
int AFFTFiltContext::hop_size |
Definition at line 48 of file af_afftfilt.c.
float AFFTFiltContext::overlap |
Definition at line 49 of file af_afftfilt.c.
AVFrame* AFFTFiltContext::window |
Definition at line 50 of file af_afftfilt.c.
AVFrame* AFFTFiltContext::buffer |
Definition at line 51 of file af_afftfilt.c.
int AFFTFiltContext::win_func |
Definition at line 52 of file af_afftfilt.c.
float* AFFTFiltContext::window_func_lut |
Definition at line 53 of file af_afftfilt.c.