Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_predict.c49 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