Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_predict.c35 #define PredictorState(tif) ((TIFFPredictorState*) (tif)->tif_data)
59 TIFFPredictorState* sp = PredictorState(tif); in PredictorSetup()
108 TIFFPredictorState* sp = PredictorState(tif); in PredictorSetupDecode()
190 TIFFPredictorState* sp = PredictorState(tif); in PredictorSetupEncode()
422 TIFFPredictorState *sp = PredictorState(tif); in PredictorDecodeRow()
445 TIFFPredictorState *sp = PredictorState(tif); in PredictorDecodeTile()
468 TIFFPredictorState* sp = PredictorState(tif); in horDiff8()
515 TIFFPredictorState* sp = PredictorState(tif); in horDiff16()
546 TIFFPredictorState* sp = PredictorState(tif); in horDiff32()
615 TIFFPredictorState *sp = PredictorState(tif); in PredictorEncodeRow()
[all …]
Dtif_predict.h58 } TIFFPredictorState; typedef
Dtif_aux.c212 TIFFPredictorState* sp = (TIFFPredictorState*) tif->tif_data; in TIFFVGetFieldDefaulted()
D0009-HeapBufferOverflow-PixarLogDecode.patch7 TIFFPredictorState predict;
Dtif_zip.c71 TIFFPredictorState predict;
Dtif_lzw.c92 TIFFPredictorState predict; /* predictor super class */
Dtif_pixarlog.c458 TIFFPredictorState predict;