Searched refs:PredictorDecodeTile (Results 1 – 1 of 1) sorted by relevance
50 static int PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);132 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()134 tif->tif_decodetile = PredictorDecodeTile; in PredictorSetupDecode()166 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()168 tif->tif_decodetile = PredictorDecodeTile; in PredictorSetupDecode()443 PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeTile() function