Searched refs:JPEGEncodeRaw (Results 1 – 1 of 1) sorted by relevance
191 static int JPEGEncodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);2007 tif->tif_encoderow = JPEGEncodeRaw; in JPEGPreEncode()2008 tif->tif_encodestrip = JPEGEncodeRaw; in JPEGPreEncode()2009 tif->tif_encodetile = JPEGEncodeRaw; in JPEGPreEncode()2114 JPEGEncodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGEncodeRaw() function
Completed in 7 milliseconds