Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
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()
456 PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeRow() function