Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_lzw.c869 LZWEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in LZWEncode() function
1134 tif->tif_encoderow = LZWEncode; in TIFFInitLZW()
1135 tif->tif_encodestrip = LZWEncode; in TIFFInitLZW()
1136 tif->tif_encodetile = LZWEncode; in TIFFInitLZW()