Lines Matching defs:compression
55 unsigned compression; ///< delta compression method used
56 unsigned is_short; ///< short compression method used
236 s->compression = (bytestream2_get_byte(gb) << 8) | (s->compression & 0xFF);
247 s->compression &= 0xFF;
279 s->compression = bytestream_get_byte(&buf);
1524 avpriv_request_sample(avctx, "bitmap (compression 0x%0x, bpp %i, ham %i, interlaced %i)", s->compression, s->bpp, s->ham, s->is_interlaced);
1563 if (s->compression <= 0xff && (avctx->codec_tag == MKTAG('A', 'N', 'I', 'M'))) {
1568 switch (s->compression) {
1839 if (s->compression <= 0xff && (avctx->codec_tag == MKTAG('A', 'N', 'I', 'M'))) {
1843 if (s->compression > 0xff) {