Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtiff.h129 TIFF_PACKBITS = 0x8005, enumerator
Dtiffenc.c191 case TIFF_PACKBITS: in encode_strip()
562 …{ "compression_algo", NULL, OFFSET(compr), AV_OPT_TYPE_INT, { .i64 = TIFF_PACKBITS }, TIFF_RAW, …
563 …{ "packbits", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = TIFF_PACKBITS }, 0, …
Dtiff.c926 case TIFF_PACKBITS: in tiff_unpack_strip()
1348 case TIFF_PACKBITS: in tiff_decode_tag()