Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_predict.c48 static int PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
139 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()
141 tif->tif_decodetile = PredictorDecodeTile; in PredictorSetupDecode()
173 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()
175 tif->tif_decodetile = PredictorDecodeTile; in PredictorSetupDecode()
479 PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeTile() function