#include <dsputil.h>
Data Fields | |
| int | n |
| int | nbits |
| FFTSample * | tcos |
| FFTSample * | tsin |
| FFTContext | fft |
Definition at line 723 of file dsputil.h.
Definition at line 729 of file dsputil.h.
Referenced by ff_imdct_calc(), ff_imdct_half(), ff_imdct_half_3dn2(), ff_imdct_half_c(), ff_imdct_half_sse(), ff_mdct_calc(), ff_mdct_calc_c(), ff_mdct_end(), and ff_mdct_init().
| int MDCTContext::n |
Definition at line 724 of file dsputil.h.
Referenced by ff_mdct_init().
Definition at line 725 of file dsputil.h.
Referenced by ff_imdct_calc_3dn2(), ff_imdct_calc_c(), ff_imdct_calc_sse(), ff_imdct_half_3dn2(), ff_imdct_half_c(), ff_imdct_half_sse(), ff_mdct_calc_c(), and ff_mdct_init().
Definition at line 727 of file dsputil.h.
Referenced by ff_imdct_half_3dn2(), ff_imdct_half_c(), ff_imdct_half_sse(), ff_mdct_calc_c(), ff_mdct_end(), and ff_mdct_init().
Definition at line 728 of file dsputil.h.
Referenced by ff_imdct_half_3dn2(), ff_imdct_half_c(), ff_imdct_half_sse(), ff_mdct_calc_c(), ff_mdct_end(), and ff_mdct_init().
1.7.1