Searched refs:compression_exists (Results 1 – 3 of 3) sorted by relevance
91 int compression_exists[2]; ///< compression field is valid for frame (compre) member
337 s->compression_exists[i] = get_bits1(gbc); in ff_eac3_parse_header()338 if (s->compression_exists[i]) { in ff_eac3_parse_header()
257 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()