Home
last modified time | relevance | path

Searched defs:WMAProDecodeCtx (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwmaprodec.c180 typedef struct WMAProDecodeCtx { struct
182 AVCodecContext* avctx; ///< codec context for av_log
183 AVFloatDSPContext *fdsp;
184 uint8_t frame_data[MAX_FRAMESIZE +
186 PutBitContext pb; ///< context for filling the frame_data buffer
187 FFTContext mdct_ctx[WMAPRO_BLOCK_SIZES]; ///< MDCT context per block size
188 DECLARE_ALIGNED(32, float, tmp)[WMAPRO_BLOCK_MAX_SIZE]; ///< IMDCT output buffer
189 const float* windows[WMAPRO_BLOCK_SIZES]; ///< windows for the different block sizes
192 uint32_t decode_flags; ///< used compression features
193 uint8_t len_prefix; ///< frame is prefixed with its length
[all …]