Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtiffenc.c175 case TIFF_DEFLATE: in encode_strip()
319 if (s->compr == TIFF_DEFLATE || in encode_frame()
378 if (s->compr == TIFF_DEFLATE || s->compr == TIFF_ADOBE_DEFLATE) { in encode_frame()
529 if (s->compr == TIFF_DEFLATE) { in encode_init()
562 …OFFSET(compr), AV_OPT_TYPE_INT, { .i64 = TIFF_PACKBITS }, TIFF_RAW, TIFF_DEFLATE, VE, "compressi…
566 …{ "deflate", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = TIFF_DEFLATE }, 0, …
Dtiff.h130 TIFF_DEFLATE = 0x80B2, enumerator
Dtiff.c799 if (s->compr == TIFF_DEFLATE || s->compr == TIFF_ADOBE_DEFLATE) { in tiff_unpack_strip()
1356 case TIFF_DEFLATE: in tiff_decode_tag()