Lines Matching refs:TIFF

35 static int horAcc8(TIFF* tif, uint8* cp0, tmsize_t cc);
36 static int horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
37 static int horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc);
38 static int swabHorAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
39 static int swabHorAcc32(TIFF* tif, uint8* cp0, tmsize_t cc);
40 static int horDiff8(TIFF* tif, uint8* cp0, tmsize_t cc);
41 static int horDiff16(TIFF* tif, uint8* cp0, tmsize_t cc);
42 static int horDiff32(TIFF* tif, uint8* cp0, tmsize_t cc);
43 static int swabHorDiff16(TIFF* tif, uint8* cp0, tmsize_t cc);
44 static int swabHorDiff32(TIFF* tif, uint8* cp0, tmsize_t cc);
45 static int fpAcc(TIFF* tif, uint8* cp0, tmsize_t cc);
46 static int fpDiff(TIFF* tif, uint8* cp0, tmsize_t cc);
47 static int PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
48 static int PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
49 static int PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s);
50 static int PredictorEncodeTile(TIFF* tif, uint8* bp0, tmsize_t cc0, uint16 s);
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()