Home | History | Annotate | Download | only in libtiff

Lines Matching full:tiff

28  * TIFF Library.
37 static int horAcc8(TIFF* tif, uint8* cp0, tmsize_t cc);
38 static int horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
39 static int horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc);
40 static int swabHorAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
41 static int swabHorAcc32(TIFF* tif, uint8* cp0, tmsize_t cc);
42 static int horDiff8(TIFF* tif, uint8* cp0, tmsize_t cc);
43 static int horDiff16(TIFF* tif, uint8* cp0, tmsize_t cc);
44 static int horDiff32(TIFF* tif, uint8* cp0, tmsize_t cc);
45 static int swabHorDiff16(TIFF* tif, uint8* cp0, tmsize_t cc);
46 static int swabHorDiff32(TIFF* tif, uint8* cp0, tmsize_t cc);
47 static int fpAcc(TIFF* tif, uint8* cp0, tmsize_t cc);
48 static int fpDiff(TIFF* tif, uint8* cp0, tmsize_t cc);
49 static int PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
50 static int PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
51 static int PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s);
52 static int PredictorEncodeTile(TIFF* tif, uint8* bp0, tmsize_t cc0, uint16 s);
55 PredictorSetup(TIFF* tif)
115 PredictorSetupDecode(TIFF* tif)
197 PredictorSetupEncode(TIFF* tif)
281 horAcc8(TIFF* tif, uint8* cp0, tmsize_t cc)
338 swabHorAcc16(TIFF* tif, uint8* cp0, tmsize_t cc)
348 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc)
372 swabHorAcc32(TIFF* tif, uint8* cp0, tmsize_t cc)
382 horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc)
409 fpAcc(TIFF* tif, uint8* cp0, tmsize_t cc)
456 PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
478 PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
507 horDiff8(TIFF* tif, uint8* cp0, tmsize_t cc)
560 horDiff16(TIFF* tif, uint8* cp0, tmsize_t cc)
586 swabHorDiff16(TIFF* tif, uint8* cp0, tmsize_t cc)
599 horDiff32(TIFF* tif, uint8* cp0, tmsize_t cc)
625 swabHorDiff32(TIFF* tif, uint8* cp0, tmsize_t cc)
641 fpDiff(TIFF* tif, uint8* cp0, tmsize_t cc)
683 PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)
698 PredictorEncodeTile(TIFF* tif, uint8* bp0, tmsize_t cc0, uint16 s)
754 PredictorVSetField(TIFF* tif, uint32 tag, va_list ap)
774 PredictorVGetField(TIFF* tif, uint32 tag, va_list ap)
792 PredictorPrintDir(TIFF* tif, FILE* fd, long flags)
811 TIFFPredictorInit(TIFF* tif)
852 TIFFPredictorCleanup(TIFF* tif)