Searched defs:ALSDecContext (Results 1 – 1 of 1) sorted by relevance
195 typedef struct ALSDecContext { struct196 AVCodecContext *avctx;197 ALSSpecificConfig sconf;198 GetBitContext gb;199 BswapDSPContext bdsp;200 const AVCRC *crc_table;201 uint32_t crc_org; ///< CRC value of the original input data202 uint32_t crc; ///< CRC value calculated from decoded data203 unsigned int cur_frame_length; ///< length of the current frame to decode204 unsigned int frame_id; ///< the frame ID / number of the current frame[all …]