Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_predict.c33 #define PredictorState(tif) ((TIFFPredictorState*) (tif)->tif_data)
57 TIFFPredictorState* sp = PredictorState(tif); in PredictorSetup()
115 TIFFPredictorState* sp = PredictorState(tif); in PredictorSetupDecode()
197 TIFFPredictorState* sp = PredictorState(tif); in PredictorSetupEncode()
459 TIFFPredictorState *sp = PredictorState(tif); in PredictorDecodeRow()
481 TIFFPredictorState *sp = PredictorState(tif); in PredictorDecodeTile()
511 TIFFPredictorState* sp = PredictorState(tif); in horDiff8()
565 TIFFPredictorState* sp = PredictorState(tif); in horDiff16()
605 TIFFPredictorState* sp = PredictorState(tif); in horDiff32()
690 TIFFPredictorState *sp = PredictorState(tif); in PredictorEncodeRow()
[all …]
Dtif_predict.h62 } TIFFPredictorState; typedef
Dtif_aux.c250 TIFFPredictorState* sp = (TIFFPredictorState*) tif->tif_data; in TIFFVGetFieldDefaulted()
Dtif_zip.c69 TIFFPredictorState predict;
Dtif_lzw.c90 TIFFPredictorState predict; /* predictor super class */
Dtif_pixarlog.c458 TIFFPredictorState predict;