Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_predict.h52 TIFFCodeMethod decodetile; /* parent codec encode/decode tile */ member
Dtif_predict.c142 sp->decodetile = tif->tif_decodetile; in PredictorSetupDecode()
176 sp->decodetile = tif->tif_decodetile; in PredictorSetupDecode()
483 assert(sp->decodetile != NULL); in PredictorDecodeTile()
485 if ((*sp->decodetile)(tif, op0, occ0, s)) { in PredictorDecodeTile()