FFmpeg
|
Data Fields | |
IMCChannel | chctx [2] |
float | sqrt_tab [30] |
GetBitContext | gb |
DSPContext | dsp |
AVFloatDSPContext | fdsp |
FFTContext | fft |
float | mdct_sine_window [COEFFS] |
MDCT tables. More... | |
float | post_cos [COEFFS] |
float | post_sin [COEFFS] |
float | pre_coef1 [COEFFS] |
float | pre_coef2 [COEFFS] |
Detailed Description
Field Documentation
IMCChannel IMCContext::chctx[2] |
Definition at line 84 of file imc.c.
Referenced by flush(), imc_decode_block(), and imc_decode_init().
DSPContext IMCContext::dsp |
Definition at line 98 of file imc.c.
Referenced by imc_decode_frame(), and imc_decode_init().
AVFloatDSPContext IMCContext::fdsp |
Definition at line 99 of file imc.c.
Referenced by imc_decode_frame(), and imc_decode_init().
FFTContext IMCContext::fft |
Definition at line 100 of file imc.c.
Referenced by imc_decode_close(), imc_decode_init(), and imc_imdct256().
GetBitContext IMCContext::gb |
Definition at line 96 of file imc.c.
Referenced by imc_decode_block(), imc_decode_frame(), imc_get_coeffs(), imc_get_skip_coeff(), and imc_read_level_coeffs().
float IMCContext::mdct_sine_window[COEFFS] |
MDCT tables.
Definition at line 88 of file imc.c.
Referenced by imc_decode_init(), and imc_imdct256().
float IMCContext::post_cos[COEFFS] |
Definition at line 89 of file imc.c.
Referenced by imc_decode_init(), and imc_imdct256().
float IMCContext::post_sin[COEFFS] |
Definition at line 90 of file imc.c.
Referenced by imc_decode_init(), and imc_imdct256().
float IMCContext::pre_coef1[COEFFS] |
Definition at line 91 of file imc.c.
Referenced by imc_decode_init(), and imc_imdct256().
float IMCContext::pre_coef2[COEFFS] |
Definition at line 92 of file imc.c.
Referenced by imc_decode_init(), and imc_imdct256().
float IMCContext::sqrt_tab[30] |
Definition at line 95 of file imc.c.
Referenced by imc_decode_block(), and imc_decode_init().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11