Searched refs:TIFF_DEFLATE (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | tiffenc.c | 177 case TIFF_DEFLATE: in encode_strip() 321 if (s->compr == TIFF_DEFLATE || in encode_frame() 380 if (s->compr == TIFF_DEFLATE || s->compr == TIFF_ADOBE_DEFLATE) { in encode_frame() 530 if (s->compr == TIFF_DEFLATE) { in encode_init() 557 { "compression_algo", NULL, OFFSET(compr), AV_OPT_TYPE_INT, { .i64 = TIFF_PACKBITS }, TIFF_RAW, TIFF_DEFLATE, VE, "compression_algo" }, 561 { "deflate", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = TIFF_DEFLATE }, 0, 0, VE, "compression_algo" },
|
H A D | tiff.h | 130 TIFF_DEFLATE = 0x80B2, enumerator
|
H A D | tiff.c | 774 if (s->compr == TIFF_DEFLATE || s->compr == TIFF_ADOBE_DEFLATE) { in tiff_unpack_strip() 1334 case TIFF_DEFLATE: in tiff_decode_tag()
|
Completed in 5 milliseconds