#include <dsputil.h>
Data Fields | |
| int | n |
| int | nbits |
| FFTSample * | tcos |
| FFTSample * | tsin |
| FFTContext | fft |
Definition at line 664 of file dsputil.h.
| int MDCTContext::n |
Definition at line 666 of file dsputil.h.
Referenced by ff_imdct_calc(), ff_imdct_calc_3dn2(), ff_imdct_calc_sse(), ff_imdct_half(), ff_imdct_half_3dn2(), ff_imdct_half_sse(), ff_mdct_calc(), imdct_3dn2(), imdct_c(), and imdct_sse().
Definition at line 668 of file dsputil.h.
Referenced by ff_mdct_calc(), ff_mdct_end(), imdct_3dn2(), imdct_c(), and imdct_sse().
Definition at line 669 of file dsputil.h.
Referenced by ff_mdct_calc(), ff_mdct_end(), imdct_3dn2(), imdct_c(), and imdct_sse().
Definition at line 670 of file dsputil.h.
Referenced by do_imdct(), do_imdct_256(), ff_mdct_calc(), ff_mdct_end(), imdct_3dn2(), imdct_c(), imdct_sse(), IMLT(), imlt_gain(), and nelly_decode_block().
1.5.1