Lines Matching defs:tif
35 #define PredictorState(tif) ((TIFFPredictorState*) (tif)->tif_data) argument
55 PredictorSetup(TIFF* tif) in PredictorSetup()
106 PredictorSetupDecode(TIFF* tif) in PredictorSetupDecode()
188 PredictorSetupEncode(TIFF* tif) in PredictorSetupEncode()
271 horAcc8(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc8()
321 swabHorAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorAcc16()
331 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16()
349 swabHorAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorAcc32()
359 horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc32()
380 fpAcc(TIFF* tif, uint8* cp0, tmsize_t cc) in fpAcc()
420 PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeRow()
443 PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeTile()
466 horDiff8(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff8()
513 horDiff16(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff16()
533 swabHorDiff16(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorDiff16()
544 horDiff32(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff32()
564 swabHorDiff32(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorDiff32()
578 fpDiff(TIFF* tif, uint8* cp0, tmsize_t cc) in fpDiff()
613 PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in PredictorEncodeRow()
627 PredictorEncodeTile(TIFF* tif, uint8* bp0, tmsize_t cc0, uint16 s) in PredictorEncodeTile()
677 PredictorVSetField(TIFF* tif, uint32 tag, va_list ap) in PredictorVSetField()
697 PredictorVGetField(TIFF* tif, uint32 tag, va_list ap) in PredictorVGetField()
715 PredictorPrintDir(TIFF* tif, FILE* fd, long flags) in PredictorPrintDir()
734 TIFFPredictorInit(TIFF* tif) in TIFFPredictorInit()
775 TIFFPredictorCleanup(TIFF* tif) in TIFFPredictorCleanup()