Searched refs:PredictorDecodeRow (Results 1 – 1 of 1) sorted by relevance
49 static int PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);136 if( tif->tif_decoderow != PredictorDecodeRow ) in PredictorSetupDecode()139 tif->tif_decoderow = PredictorDecodeRow; in PredictorSetupDecode()170 if( tif->tif_decoderow != PredictorDecodeRow ) in PredictorSetupDecode()173 tif->tif_decoderow = PredictorDecodeRow; in PredictorSetupDecode()459 PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeRow() function
Completed in 3 milliseconds