Home
last modified time | relevance | path

Searched refs:block_switch_syntax (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dac3dec.h119 int block_switch_syntax; ///< block switch syntax enabled (blkswe) member
Deac3dec.c485 s->block_switch_syntax = get_bits1(gbc); in ff_eac3_parse_header()
486 if (!s->block_switch_syntax) in ff_eac3_parse_header()
Dac3dec.c350 s->block_switch_syntax = 1; in parse_frame_header()
1086 if (s->block_switch_syntax) { in decode_audio_block()