Searched refs:TIFF_PACKBITS (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | tiffenc.c | 193 case TIFF_PACKBITS: in encode_strip() 557 { "compression_algo", NULL, OFFSET(compr), AV_OPT_TYPE_INT, { .i64 = TIFF_PACKBITS }, TIFF_RAW, TIFF_DEFLATE, VE, "compression_algo" }, 558 { "packbits", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = TIFF_PACKBITS }, 0, 0, VE, "compression_algo" },
|
H A D | tiff.h | 129 TIFF_PACKBITS = 0x8005, enumerator
|
H A D | tiff.c | 903 case TIFF_PACKBITS: in tiff_unpack_strip() 1326 case TIFF_PACKBITS: in tiff_decode_tag()
|
Completed in 5 milliseconds