Home
last modified time | relevance | path

Searched refs:TIFFInitLZW (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_codec.c37 #define TIFFInitLZW NotConfigured macro
85 { "LZW", COMPRESSION_LZW, TIFFInitLZW },
Dtiffiop.h378 extern int TIFFInitLZW(TIFF*, int);
Dtif_lzw.c1107 TIFFInitLZW(TIFF* tif, int scheme) in TIFFInitLZW() function
/external/opencv3/3rdparty/libtiff/
Dtif_codec.c37 #define TIFFInitLZW NotConfigured macro
85 { "LZW", COMPRESSION_LZW, TIFFInitLZW },
Dtiffiop.h326 extern int TIFFInitLZW(TIFF*, int);
Dtif_lzw.c1096 TIFFInitLZW(TIFF* tif, int scheme) in TIFFInitLZW() function
DChangeLog4175 TIFFInitLZW(), because its initialization in LZWSetupDecode() cause