FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
AVLFG | random_state |
GetBitContext | gb |
float | scale_bias |
AVFloatDSPContext * | fdsp |
AVTXContext * | imdct_ctx |
av_tx_fn | imdct_fn |
float | imdct_buf [2][NELLY_BUF_LEN] |
float * | imdct_out |
float * | imdct_prev |
Definition at line 49 of file nellymoserdec.c.
AVCodecContext* NellyMoserDecodeContext::avctx |
Definition at line 50 of file nellymoserdec.c.
AVLFG NellyMoserDecodeContext::random_state |
Definition at line 51 of file nellymoserdec.c.
GetBitContext NellyMoserDecodeContext::gb |
Definition at line 52 of file nellymoserdec.c.
float NellyMoserDecodeContext::scale_bias |
Definition at line 53 of file nellymoserdec.c.
AVFloatDSPContext* NellyMoserDecodeContext::fdsp |
Definition at line 54 of file nellymoserdec.c.
AVTXContext* NellyMoserDecodeContext::imdct_ctx |
Definition at line 55 of file nellymoserdec.c.
av_tx_fn NellyMoserDecodeContext::imdct_fn |
Definition at line 56 of file nellymoserdec.c.
float NellyMoserDecodeContext::imdct_buf[2][NELLY_BUF_LEN] |
Definition at line 57 of file nellymoserdec.c.
float* NellyMoserDecodeContext::imdct_out |
Definition at line 58 of file nellymoserdec.c.
float* NellyMoserDecodeContext::imdct_prev |
Definition at line 59 of file nellymoserdec.c.