FFmpeg  4.2.1
Data Fields
AVTXContext Struct Reference

Data Fields

int n
 
int m
 
FFTComplexexptab
 
FFTComplextmp
 
intpfatab
 
intrevtab
 

Detailed Description

Definition at line 34 of file tx.c.

Field Documentation

◆ n

int AVTXContext::n

Definition at line 35 of file tx.c.

Referenced by gen_compound_mapping(), and init_mdct_fft().

◆ m

int AVTXContext::m

◆ exptab

FFTComplex* AVTXContext::exptab

Definition at line 38 of file tx.c.

Referenced by gen_mdct_exptab(), and monolithic_mdct().

◆ tmp

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().

◆ pfatab

int* AVTXContext::pfatab

Definition at line 40 of file tx.c.

Referenced by gen_compound_mapping().

◆ revtab

int* AVTXContext::revtab

Definition at line 41 of file tx.c.

Referenced by get_ptwo_revtab(), and monolithic_mdct().


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