WMAProDecodeCtx Struct Reference

main decoder context More...

Collaboration diagram for WMAProDecodeCtx:
Collaboration graph

Data Fields

AVCodecContextavctx
 codec context for av_log More...
 
AVFloatDSPContext fdsp
 
uint8_t frame_data [MAX_FRAMESIZE+FF_INPUT_BUFFER_PADDING_SIZE]
 compressed frame data More...
 
PutBitContext pb
 context for filling the frame_data buffer More...
 
FFTContext mdct_ctx [WMAPRO_BLOCK_SIZES]
 MDCT context per block size. More...
 

Detailed Description

main decoder context

Definition at line 168 of file wmaprodec.c.

Field Documentation

AVFloatDSPContext WMAProDecodeCtx::fdsp
uint8_t WMAProDecodeCtx::frame_data[MAX_FRAMESIZE+FF_INPUT_BUFFER_PADDING_SIZE]

compressed frame data

Definition at line 173 of file wmaprodec.c.

Referenced by decode_init(), and save_bits().

FFTContext WMAProDecodeCtx::mdct_ctx[WMAPRO_BLOCK_SIZES]

MDCT context per block size.

Definition at line 175 of file wmaprodec.c.

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

PutBitContext WMAProDecodeCtx::pb

context for filling the frame_data buffer

Definition at line 174 of file wmaprodec.c.

Referenced by decode_init(), and save_bits().


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