• Home
  • Raw
  • Download

Lines Matching defs:tif

35 #define	PredictorState(tif)	((TIFFPredictorState*) (tif)->tif_data)  argument
55 PredictorSetup(TIFF* tif) in PredictorSetup()
115 PredictorSetupDecode(TIFF* tif) in PredictorSetupDecode()
197 PredictorSetupEncode(TIFF* tif) in PredictorSetupEncode()
281 horAcc8(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc8()
338 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()
382 horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc32()
409 fpAcc(TIFF* tif, uint8* cp0, tmsize_t cc) in fpAcc()
456 PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeRow()
478 PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeTile()
507 horDiff8(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff8()
560 horDiff16(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff16()
586 swabHorDiff16(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorDiff16()
599 horDiff32(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff32()
625 swabHorDiff32(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorDiff32()
641 fpDiff(TIFF* tif, uint8* cp0, tmsize_t cc) in fpDiff()
683 PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in PredictorEncodeRow()
698 PredictorEncodeTile(TIFF* tif, uint8* bp0, tmsize_t cc0, uint16 s) in PredictorEncodeTile()
754 PredictorVSetField(TIFF* tif, uint32 tag, va_list ap) in PredictorVSetField()
774 PredictorVGetField(TIFF* tif, uint32 tag, va_list ap) in PredictorVGetField()
792 PredictorPrintDir(TIFF* tif, FILE* fd, long flags) in PredictorPrintDir()
811 TIFFPredictorInit(TIFF* tif) in TIFFPredictorInit()
852 TIFFPredictorCleanup(TIFF* tif) in TIFFPredictorCleanup()