FFmpeg
|
#include <mdct15.h>
Data Fields | |
int | fft_n |
int | len2 |
int | len4 |
int | inverse |
int * | pfa_prereindex |
int * | pfa_postreindex |
FFTContext | ptwo_fft |
FFTComplex * | tmp |
FFTComplex * | twiddle_exptab |
FFTComplex | exptab [21] |
void(* | mdct )(struct MDCT15Context *s, float *dst, const float *src, ptrdiff_t stride) |
Calculate a full 2N -> N MDCT. More... | |
void(* | imdct_half )(struct MDCT15Context *s, float *dst, const float *src, ptrdiff_t src_stride, float scale) |
Calculate the middle half of the iMDCT. More... | |
int MDCT15Context::fft_n |
Definition at line 29 of file mdct15.h.
Referenced by ff_mdct15_init().
int MDCT15Context::len2 |
Definition at line 30 of file mdct15.h.
Referenced by ff_mdct15_init(), and imdct15_half().
int MDCT15Context::len4 |
Definition at line 31 of file mdct15.h.
Referenced by ff_mdct15_init(), imdct15_half(), and mdct15().
int MDCT15Context::inverse |
Definition at line 32 of file mdct15.h.
Referenced by ff_mdct15_init().
int* MDCT15Context::pfa_prereindex |
Definition at line 33 of file mdct15.h.
Referenced by ff_mdct15_uninit(), imdct15_half(), init_pfa_reindex_tabs(), and mdct15().
int* MDCT15Context::pfa_postreindex |
Definition at line 34 of file mdct15.h.
Referenced by ff_mdct15_uninit(), imdct15_half(), init_pfa_reindex_tabs(), and mdct15().
FFTContext MDCT15Context::ptwo_fft |
Definition at line 36 of file mdct15.h.
Referenced by ff_mdct15_init(), ff_mdct15_uninit(), imdct15_half(), init_pfa_reindex_tabs(), and mdct15().
FFTComplex* MDCT15Context::tmp |
Definition at line 38 of file mdct15.h.
Referenced by ff_mdct15_init(), ff_mdct15_uninit(), imdct15_half(), and mdct15().
FFTComplex* MDCT15Context::twiddle_exptab |
Definition at line 40 of file mdct15.h.
Referenced by ff_mdct15_init(), ff_mdct15_uninit(), imdct15_half(), and mdct15().
FFTComplex MDCT15Context::exptab[21] |
Definition at line 43 of file mdct15.h.
Referenced by ff_mdct15_init(), imdct15_half(), and mdct15().
void(* MDCT15Context::mdct)(struct MDCT15Context *s, float *dst, const float *src, ptrdiff_t stride) |
Calculate a full 2N -> N MDCT.
Definition at line 48 of file mdct15.h.
Referenced by celt_frame_mdct(), and ff_mdct15_init().
void(* MDCT15Context::imdct_half)(struct MDCT15Context *s, float *dst, const float *src, ptrdiff_t src_stride, float scale) |
Calculate the middle half of the iMDCT.
Definition at line 53 of file mdct15.h.
Referenced by ff_celt_decode_frame(), ff_mdct15_init(), and imdct_and_windowing_eld().