Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_ojpeg.c351 static void OJPEGPostDecode(TIFF* tif, uint8* buf, tmsize_t cc);
452 tif->tif_postdecode=OJPEGPostDecode; in TIFFInitOJPEG()
883 OJPEGPostDecode(TIFF* tif, uint8* buf, tmsize_t cc) in OJPEGPostDecode() function