Home
last modified time | relevance | path

Searched refs:TIFF_LZW (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dtiffenc.c196 case TIFF_LZW: in encode_strip()
323 s->compr == TIFF_LZW) in encode_frame()
414 if (s->compr == TIFF_LZW) { in encode_frame()
423 if (s->compr == TIFF_LZW) { in encode_frame()
443 if (s->compr == TIFF_LZW && in encode_frame()
450 if (s->compr == TIFF_LZW) in encode_frame()
560 { "lzw", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = TIFF_LZW }, 0, 0, VE, "compression_algo" },
H A Dtiff.h125 TIFF_LZW, enumerator
H A Dtiff.c795 if (s->compr == TIFF_LZW) { in tiff_unpack_strip()
1327 case TIFF_LZW: in tiff_decode_tag()

Completed in 6 milliseconds