Searched refs:TIFF_PACKBITS (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | tiff.h | 129 TIFF_PACKBITS = 0x8005, enumerator
|
D | tiffenc.c | 191 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, …
|
D | tiff.c | 926 case TIFF_PACKBITS: in tiff_unpack_strip() 1348 case TIFF_PACKBITS: in tiff_decode_tag()
|