Searched refs:TIFF_LZW (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | tiffenc.c | 196 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 D | tiff.h | 125 TIFF_LZW, enumerator
|
H A D | tiff.c | 795 if (s->compr == TIFF_LZW) { in tiff_unpack_strip() 1327 case TIFF_LZW: in tiff_decode_tag()
|
Completed in 6 milliseconds