Searched refs:PredictorDecodeRow (Results 1 – 1 of 1) sorted by relevance
47 static int PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);134 if( tif->tif_decoderow != PredictorDecodeRow ) in PredictorSetupDecode()137 tif->tif_decoderow = PredictorDecodeRow; in PredictorSetupDecode()168 if( tif->tif_decoderow != PredictorDecodeRow ) in PredictorSetupDecode()171 tif->tif_decoderow = PredictorDecodeRow; in PredictorSetupDecode()457 PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeRow() function