Home | History | Annotate | Download | only in libtiff

Lines Matching full:uint16

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);
320 uint16* wp = (uint16*) cp0;
331 uint16* wp = (uint16*) cp0;
339 REPEAT4(stride, wp[stride] = (uint16)(((unsigned int)wp[stride] + (unsigned int)wp[0]) & 0xffff); wp++)
417 PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
440 PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
514 uint16 *wp = (uint16*) cp0;
523 REPEAT4(stride, wp[stride] = (uint16)(((unsigned int)wp[stride] - (unsigned int)wp[0]) & 0xffff); wp--)
532 uint16* wp = (uint16*) cp0;
610 PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)
624 PredictorEncodeTile(TIFF* tif, uint8* bp0, tmsize_t cc0, uint16 s)
683 sp->predictor = (uint16) va_arg(ap, uint16_vap);
703 *va_arg(ap, uint16*) = sp->predictor;