Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtiff/
H A Dtif_predict.c47 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