Data Fields | |
AVCodecContext * | avctx |
AVFrame | frame |
AVLFG | random_state |
GetBitContext | gb |
float | scale_bias |
DSPContext | dsp |
FFTContext | imdct_ctx |
float | imdct_buf [2][NELLY_BUF_LEN] |
float * | imdct_out |
float * | imdct_prev |
Definition at line 48 of file nellymoserdec.c.
Definition at line 54 of file nellymoserdec.c.
Referenced by decode_init(), and nelly_decode_block().
float NellyMoserDecodeContext::imdct_buf[2][NELLY_BUF_LEN] |
Definition at line 55 of file nellymoserdec.c.
Referenced by decode_end(), decode_init(), and nelly_decode_block().
Definition at line 57 of file nellymoserdec.c.
Referenced by decode_init(), and nelly_decode_block().
Definition at line 58 of file nellymoserdec.c.
Referenced by decode_init(), and nelly_decode_block().
Definition at line 51 of file nellymoserdec.c.
Referenced by decode_init(), and nelly_decode_block().
Definition at line 53 of file nellymoserdec.c.
Referenced by decode_init(), and nelly_decode_block().