Searched refs:decodetile (Results 1 – 2 of 2) sorted by relevance
54 TIFFCodeMethod decodetile; /* parent codec encode/decode tile */ member
140 sp->decodetile = tif->tif_decodetile; in PredictorSetupDecode()174 sp->decodetile = tif->tif_decodetile; in PredictorSetupDecode()484 assert(sp->decodetile != NULL); in PredictorDecodeTile()486 if ((*sp->decodetile)(tif, op0, occ0, s)) { in PredictorDecodeTile()