Lines Matching full:uint16
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);
296 uint16* wp = (uint16*) cp0;
315 uint16* wp = (uint16*) cp0;
409 PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
432 PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
580 PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)
594 PredictorEncodeTile(TIFF* tif, uint8* bp0, tmsize_t cc0, uint16 s)
653 sp->predictor = (uint16) va_arg(ap, uint16_vap);
673 *va_arg(ap, uint16*) = sp->predictor;