Public Member Functions | |
DECLARE_ALIGNED_16 (float, float_buf[NELLY_SAMPLES]) | |
DECLARE_ALIGNED_16 (float, imdct_out[NELLY_BUF_LEN *2]) | |
Data Fields | |
AVCodecContext * | avctx |
float | state [128] |
AVRandomState | random_state |
GetBitContext | gb |
int | add_bias |
float | scale_bias |
DSPContext | dsp |
MDCTContext | imdct_ctx |
Definition at line 43 of file nellymoserdec.c.
NellyMoserDecodeContext::DECLARE_ALIGNED_16 | ( | float | , | |
imdct_out | [NELLY_BUF_LEN *2] | |||
) |
NellyMoserDecodeContext::DECLARE_ALIGNED_16 | ( | float | , | |
float_buf | [NELLY_SAMPLES] | |||
) |
Definition at line 49 of file nellymoserdec.c.
Referenced by decode_init(), and overlap_and_window().
Definition at line 52 of file nellymoserdec.c.
Referenced by decode_end(), decode_init(), and nelly_decode_block().
Definition at line 47 of file nellymoserdec.c.
Referenced by decode_init(), and nelly_decode_block().
Definition at line 50 of file nellymoserdec.c.
Referenced by decode_init(), and nelly_decode_block().
float NellyMoserDecodeContext::state[128] |