Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_predict.c50 static int PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
132 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()
134 tif->tif_decodetile = PredictorDecodeTile; in PredictorSetupDecode()
166 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()
168 tif->tif_decodetile = PredictorDecodeTile; in PredictorSetupDecode()
443 PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeTile() function