NellyMoserDecodeContext Struct Reference

Data Fields

AVCodecContextavctx
 
AVFrame frame
 
float * float_buf
 
float state [NELLY_BUF_LEN]
 
AVLFG random_state
 
GetBitContext gb
 
float scale_bias
 
DSPContext dsp
 
FFTContext imdct_ctx
 
FmtConvertContext fmt_conv
 
float imdct_out [NELLY_BUF_LEN *2]
 

Detailed Description

Definition at line 48 of file nellymoserdec.c.

Field Documentation

AVCodecContext* NellyMoserDecodeContext::avctx

Definition at line 49 of file nellymoserdec.c.

Referenced by decode_init().

DSPContext NellyMoserDecodeContext::dsp

Definition at line 56 of file nellymoserdec.c.

Referenced by decode_init(), and nelly_decode_block().

float* NellyMoserDecodeContext::float_buf

Definition at line 51 of file nellymoserdec.c.

Referenced by decode_end(), decode_init(), and decode_tag().

FmtConvertContext NellyMoserDecodeContext::fmt_conv

Definition at line 58 of file nellymoserdec.c.

Referenced by decode_init(), and decode_tag().

AVFrame NellyMoserDecodeContext::frame

Definition at line 50 of file nellymoserdec.c.

Referenced by decode_init(), and decode_tag().

GetBitContext NellyMoserDecodeContext::gb

Definition at line 54 of file nellymoserdec.c.

Referenced by nelly_decode_block().

FFTContext NellyMoserDecodeContext::imdct_ctx

Definition at line 57 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 59 of file nellymoserdec.c.

Referenced by nelly_decode_block().

AVLFG NellyMoserDecodeContext::random_state

Definition at line 53 of file nellymoserdec.c.

Referenced by decode_init(), and nelly_decode_block().

float NellyMoserDecodeContext::scale_bias

Definition at line 55 of file nellymoserdec.c.

Referenced by decode_init(), and nelly_decode_block().

float NellyMoserDecodeContext::state[NELLY_BUF_LEN]

Definition at line 52 of file nellymoserdec.c.

Referenced by nelly_decode_block().


The documentation for this struct was generated from the following file: