Searched refs:PredictorDecodeTile (Results 1 – 1 of 1) sorted by relevance
48 static int PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);139 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()141 tif->tif_decodetile = PredictorDecodeTile; in PredictorSetupDecode()173 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()175 tif->tif_decodetile = PredictorDecodeTile; in PredictorSetupDecode()479 PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeTile() function