Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3dec.h91 int compression_exists[2]; ///< compression field is valid for frame (compre) member
Deac3dec.c337 s->compression_exists[i] = get_bits1(gbc); in ff_eac3_parse_header()
338 if (s->compression_exists[i]) { in ff_eac3_parse_header()
Dac3dec.c257 if (s->compression_exists[(!s->channel_mode)-i] = get_bits1(gbc)) { in ac3_parse_header()
1401 if (s->heavy_compression && s->compression_exists[audio_channel]) in decode_audio_block()