Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_lzw.c883 LZWEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in LZWEncode() function
1169 tif->tif_encoderow = LZWEncode; in TIFFInitLZW()
1170 tif->tif_encodestrip = LZWEncode; in TIFFInitLZW()
1171 tif->tif_encodetile = LZWEncode; in TIFFInitLZW()