Public Member Functions | |
DECLARE_ALIGNED_16 (float, float_buf[NELLY_SAMPLES]) | |
DECLARE_ALIGNED_16 (float, imdct_tmp[NELLY_BUF_LEN]) | |
DECLARE_ALIGNED_16 (float, imdct_out[NELLY_BUF_LEN *2]) | |
Data Fields | |
AVCodecContext * | avctx |
float | state [64] |
AVRandomState | random_state |
GetBitContext | gb |
int | add_bias |
int | scale_bias |
DSPContext | dsp |
MDCTContext | imdct_ctx |
Definition at line 92 of file nellymoserdec.c.
NellyMoserDecodeContext::DECLARE_ALIGNED_16 | ( | float | , | |
float_buf | [NELLY_SAMPLES] | |||
) |
NellyMoserDecodeContext::DECLARE_ALIGNED_16 | ( | float | , | |
imdct_tmp | [NELLY_BUF_LEN] | |||
) |
NellyMoserDecodeContext::DECLARE_ALIGNED_16 | ( | float | , | |
imdct_out | [NELLY_BUF_LEN *2] | |||
) |
float NellyMoserDecodeContext::state[64] |
Definition at line 96 of file nellymoserdec.c.
Referenced by decode_init(), and nelly_decode_block().
Definition at line 98 of file nellymoserdec.c.
Referenced by decode_init(), and overlap_and_window().
Definition at line 99 of file nellymoserdec.c.
Referenced by decode_init(), and overlap_and_window().
Definition at line 101 of file nellymoserdec.c.
Referenced by decode_end(), decode_init(), and nelly_decode_block().