Data Fields

WMAProDecodeCtx Struct Reference

main decoder context More...

Data Fields

AVCodecContextavctx
 codec context for av_log
DSPContext dsp
 accelerated DSP functions
uint8_t frame_data [MAX_FRAMESIZE+FF_INPUT_BUFFER_PADDING_SIZE]
 compressed frame data
PutBitContext pb
 context for filling the frame_data buffer
FFTContext mdct_ctx [WMAPRO_BLOCK_SIZES]
 MDCT context per block size.

Detailed Description

main decoder context

Definition at line 162 of file wmaprodec.c.


Field Documentation

accelerated DSP functions

Definition at line 165 of file wmaprodec.c.

Referenced by decode_init(), decode_subframe(), inverse_channel_transform(), and wmapro_window().

uint8_t WMAProDecodeCtx::frame_data[MAX_FRAMESIZE+FF_INPUT_BUFFER_PADDING_SIZE]

compressed frame data

Definition at line 167 of file wmaprodec.c.

Referenced by decode_init(), and save_bits().

MDCT context per block size.

Definition at line 169 of file wmaprodec.c.

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

context for filling the frame_data buffer

Definition at line 168 of file wmaprodec.c.

Referenced by decode_init(), and save_bits().


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