Lines Matching defs:tif

33 #define	PredictorState(tif)	((TIFFPredictorState*) (tif)->tif_data)  argument
53 PredictorSetup(TIFF* tif) in PredictorSetup()
113 PredictorSetupDecode(TIFF* tif) in PredictorSetupDecode()
195 PredictorSetupEncode(TIFF* tif) in PredictorSetupEncode()
280 horAcc8(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc8()
337 swabHorAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorAcc16()
348 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16()
372 swabHorAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorAcc32()
383 horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc32()
410 fpAcc(TIFF* tif, uint8* cp0, tmsize_t cc) in fpAcc()
457 PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeRow()
479 PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeTile()
509 horDiff8(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff8()
563 horDiff16(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff16()
589 swabHorDiff16(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorDiff16()
603 horDiff32(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff32()
629 swabHorDiff32(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorDiff32()
646 fpDiff(TIFF* tif, uint8* cp0, tmsize_t cc) in fpDiff()
688 PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in PredictorEncodeRow()
703 PredictorEncodeTile(TIFF* tif, uint8* bp0, tmsize_t cc0, uint16 s) in PredictorEncodeTile()
759 PredictorVSetField(TIFF* tif, uint32 tag, va_list ap) in PredictorVSetField()
779 PredictorVGetField(TIFF* tif, uint32 tag, va_list ap) in PredictorVGetField()
797 PredictorPrintDir(TIFF* tif, FILE* fd, long flags) in PredictorPrintDir()
816 TIFFPredictorInit(TIFF* tif) in TIFFPredictorInit()
857 TIFFPredictorCleanup(TIFF* tif) in TIFFPredictorCleanup()