Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libtiff/
Dtif_lzma.c66 static int LZMAEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s);
272 LZMAEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in LZMAEncode() function
479 tif->tif_encoderow = LZMAEncode; in TIFFInitLZMA()
480 tif->tif_encodestrip = LZMAEncode; in TIFFInitLZMA()
481 tif->tif_encodetile = LZMAEncode; in TIFFInitLZMA()