Home
last modified time | relevance | path

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

/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dac3dec.h72 typedef struct AC3DecodeContext { struct
109 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 …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dac3dec.h70 typedef struct AC3DecodeContext { struct
107 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 …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dac3dec.h70 typedef struct AC3DecodeContext { struct
107 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 …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dac3dec.h70 typedef struct AC3DecodeContext { struct
107 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 …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dac3dec.h72 typedef struct AC3DecodeContext { struct
109 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 …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dac3dec.h70 typedef struct AC3DecodeContext { struct
72 AVCodecContext *avctx; ///< parent context
73 GetBitContext gbc; ///< bitstream reader
86 int lfe_on; ///< lfe channel in use
104 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 …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dac3dec.h70 typedef struct AC3DecodeContext { struct
72 AVCodecContext *avctx; ///< parent context
73 GetBitContext gbc; ///< bitstream reader
86 int lfe_on; ///< lfe channel in use
104 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 …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dac3dec.c186 } AC3DecodeContext; typedef