Home
last modified time | relevance | path

Searched refs:surround_mix_level_ltrt (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/
Ddownmix_info.h86 double surround_mix_level_ltrt; member
/third_party/ffmpeg/libavcodec/
Dac3dec.h98 …int surround_mix_level_ltrt; ///< Surround mix level index for Lt/Rt (ltrtsurmixlev) member
Dac3dec.c279 s->surround_mix_level_ltrt = av_clip(get_bits(gbc, 3), 3, 7); in ac3_parse_header()
331 s->surround_mix_level_ltrt = 4; // -3.0dB in parse_frame_header()
1818 downmix_info->surround_mix_level_ltrt = gain_levels[s->surround_mix_level_ltrt]; in ac3_decode_frame()
Deac3dec.c373 s->surround_mix_level_ltrt = av_clip(get_bits(gbc, 3), 3, 7); in ff_eac3_parse_header()
/third_party/ffmpeg/libavfilter/
Daf_ashowinfo.c106 di->surround_mix_level, di->surround_mix_level_ltrt, in dump_downmix()