Home
last modified time | relevance | path

Searched refs:PredictorDecodeRow (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_predict.c49 static int PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
133 if( tif->tif_decoderow != PredictorDecodeRow ) in PredictorSetupDecode()
136 tif->tif_decoderow = PredictorDecodeRow; in PredictorSetupDecode()
167 if( tif->tif_decoderow != PredictorDecodeRow ) in PredictorSetupDecode()
170 tif->tif_decoderow = PredictorDecodeRow; in PredictorSetupDecode()
452 PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeRow() function