FFmpeg
4.2.1
|
Data Fields | |
int | n |
int | m |
FFTComplex * | exptab |
FFTComplex * | tmp |
int * | pfatab |
int * | revtab |
int AVTXContext::n |
Definition at line 35 of file tx.c.
Referenced by gen_compound_mapping(), and init_mdct_fft().
int AVTXContext::m |
Definition at line 36 of file tx.c.
Referenced by gen_compound_mapping(), get_ptwo_revtab(), init_ff_cos_tabs(), init_mdct_fft(), monolithic_fft(), monolithic_imdct(), monolithic_mdct(), mulinv(), and split_radix_permutation().
FFTComplex* AVTXContext::exptab |
Definition at line 38 of file tx.c.
Referenced by gen_mdct_exptab(), and monolithic_mdct().
FFTComplex* AVTXContext::tmp |
Definition at line 39 of file tx.c.
Referenced by fft15(), fft3(), gen_compound_mapping(), init_mdct_fft(), monolithic_imdct(), and monolithic_mdct().
int* AVTXContext::pfatab |
Definition at line 40 of file tx.c.
Referenced by gen_compound_mapping().
int* AVTXContext::revtab |
Definition at line 41 of file tx.c.
Referenced by get_ptwo_revtab(), and monolithic_mdct().