Home | History | Annotate | Download | only in libtiff

Lines Matching full:uint16

112 typedef uint16 hcode_t;			/* codes fit in 16 bits */
128 typedef int (*decodeFunc)(TIFF*, uint8*, tmsize_t, uint16);
161 static int LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
163 static int LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
261 LZWPreDecode(TIFF* tif, uint16 s)
358 LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
583 LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
795 LZWPreEncode(TIFF* tif, uint16 s)
860 LZWEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)