Home
last modified time | relevance | path

Searched defs:pp (Results 1 – 9 of 9) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_compress.c52 _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoRowEncode()
59 _TIFFNoStripEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoStripEncode()
66 _TIFFNoTileEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoTileEncode()
96 _TIFFNoRowDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoRowDecode()
103 _TIFFNoStripDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoStripDecode()
110 _TIFFNoTileDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoTileDecode()
H A Dtif_dumpmode.c45 DumpModeEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in DumpModeEncode()
H A Dtif_jbig.c117 static int JBIGCopyEncodedData(TIFF* tif, unsigned char* pp, size_t cc, uint16 s) in JBIGCopyEncodedData()
H A Dtif_getimage.c1772 unsigned char* pp, in putcontig8bitYCbCrGenericTile()
/libtiff-4.0.7/archive/tools/
H A Dsgi2tiff.c206 uint8* pp = (uint8*) buf; in cpContig() local
228 uint8* pp = (uint8*) buf; in cpContig() local
245 uint8* pp = (uint8*) buf; in cpContig() local
272 uint8* pp = (uint8*) buf; in cpSeparate() local
H A Dsgisv.c204 register unsigned char *pp = strip; in svRGBContig() local
/libtiff-4.0.7/tools/
H A Dtiffinfoce.c198 ShowStrip(tstrip_t strip, unsigned char* pp, uint32 nrow, tsize_t scanline) in ShowStrip()
273 unsigned char* pp, uint32 nrow, uint32 rowsize) in ShowTile()
371 ShowRawBytes(unsigned char* pp, uint32 n) in ShowRawBytes()
384 ShowRawWords(uint16* pp, uint32 n) in ShowRawWords()
H A Dtiffinfo.c200 ShowStrip(tstrip_t strip, unsigned char* pp, uint32 nrow, tsize_t scanline) in ShowStrip()
275 unsigned char* pp, uint32 nrow, tsize_t rowsize) in ShowTile()
387 ShowRawBytes(unsigned char* pp, uint32 n) in ShowRawBytes()
400 ShowRawWords(uint16* pp, uint32 n) in ShowRawWords()
H A Dpal2rgb.c185 register unsigned char* pp; in main() local