Searched defs:AC3DecodeContext (Results 1 – 8 of 8) sorted by relevance
72 typedef struct AC3DecodeContext { struct109 int preferred_stereo_downmix;110 float ltrt_center_mix_level;111 float ltrt_surround_mix_level;112 float loro_center_mix_level;113 float loro_surround_mix_level;115 float level_gain[2];134 uint8_t cpl_band_struct[AC3_MAX_CPL_BANDS];151 uint8_t spx_band_struct[SPX_MAX_BANDS];230 BswapDSPContext bdsp;[all …]
70 typedef struct AC3DecodeContext { struct107 int preferred_stereo_downmix;108 float ltrt_center_mix_level;109 float ltrt_surround_mix_level;110 float loro_center_mix_level;111 float loro_surround_mix_level;113 float level_gain[2];132 uint8_t cpl_band_struct[AC3_MAX_CPL_BANDS];149 uint8_t spx_band_struct[SPX_MAX_BANDS];228 BswapDSPContext bdsp;[all …]
70 typedef struct AC3DecodeContext { struct72 AVCodecContext *avctx; ///< parent context73 GetBitContext gbc; ///< bitstream reader86 int lfe_on; ///< lfe channel in use104 int preferred_stereo_downmix;105 float ltrt_center_mix_level;106 float ltrt_surround_mix_level;107 float loro_center_mix_level;108 float loro_surround_mix_level;110 float level_gain[2];[all …]
186 } AC3DecodeContext; typedef