Data Fields | |
AVCodecContext * | avctx |
float | float_buf [NELLY_SAMPLES] |
float | state [128] |
AVLFG | random_state |
GetBitContext | gb |
int | add_bias |
float | scale_bias |
DSPContext | dsp |
FFTContext | imdct_ctx |
float | imdct_out [NELLY_BUF_LEN *2] |
Definition at line 45 of file nellymoserdec.c.
Definition at line 51 of file nellymoserdec.c.
Referenced by decode_init(), and overlap_and_window().
float NellyMoserDecodeContext::float_buf[NELLY_SAMPLES] |
Definition at line 54 of file nellymoserdec.c.
Referenced by decode_end(), decode_init(), and nelly_decode_block().
float NellyMoserDecodeContext::imdct_out[NELLY_BUF_LEN *2] |
Definition at line 49 of file nellymoserdec.c.
Referenced by decode_init(), and nelly_decode_block().
Definition at line 52 of file nellymoserdec.c.
Referenced by decode_init(), and nelly_decode_block().
float NellyMoserDecodeContext::state[128] |