Searched refs:TIFF_LZW (Results 1 – 3 of 3) sorted by relevance
194 case TIFF_LZW: in encode_strip()321 s->compr == TIFF_LZW) in encode_frame()412 if (s->compr == TIFF_LZW) { in encode_frame()421 if (s->compr == TIFF_LZW) { in encode_frame()441 if (s->compr == TIFF_LZW && in encode_frame()448 if (s->compr == TIFF_LZW) in encode_frame()565 …{ "lzw", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = TIFF_LZW }, 0, …
125 TIFF_LZW, enumerator
820 if (s->compr == TIFF_LZW) { in tiff_unpack_strip()1349 case TIFF_LZW: in tiff_decode_tag()