Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3dec.h121 int bit_allocation_syntax; ///< bit allocation model syntax enabled (bamode) member
Deac3dec.c496 s->bit_allocation_syntax = get_bits1(gbc); in ff_eac3_parse_header()
497 if (!s->bit_allocation_syntax) { in ff_eac3_parse_header()
Dac3dec.c352 s->bit_allocation_syntax = 1; in parse_frame_header()
1229 if (s->bit_allocation_syntax) { in decode_audio_block()