Home
last modified time | relevance | path

Searched refs:wp (Results 1 – 9 of 9) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_pixarlog.c169 wp[stride] += *wp; *op = ToLinearF[*wp&mask]; wp++; op++) in horizontalAccumulateF()
236 wp[stride] += *wp; t0 = ToLinearF[wp[stride]&mask]*SCALE12; in horizontalAccumulate12()
285 wp[stride] += *wp; *op = ToLinear16[*wp&mask]; wp++; op++) in horizontalAccumulate16()
304 op[0] = wp[0]; op[1] = wp[1]; op[2] = wp[2]; in horizontalAccumulate11()
305 cr = wp[0]; cg = wp[1]; cb = wp[2]; in horizontalAccumulate11()
316 op[0] = wp[0]; op[1] = wp[1]; in horizontalAccumulate11()
317 op[2] = wp[2]; op[3] = wp[3]; in horizontalAccumulate11()
318 cr = wp[0]; cg = wp[1]; cb = wp[2]; ca = wp[3]; in horizontalAccumulate11()
334 wp[stride] += *wp; *op = *wp&mask; wp++; op++) in horizontalAccumulate11()
382 wp[stride] += *wp; *op = ToLinear8[*wp&mask]; wp++; op++) in horizontalAccumulate8()
[all …]
H A Dtif_predict.c336 uint16* wp = (uint16*) cp0; in swabHorAcc16() local
347 uint16* wp = (uint16*) cp0; in horAcc16() local
360 …REPEAT4(stride, wp[stride] = (uint16)(((unsigned int)wp[stride] + (unsigned int)wp[0]) & 0xffff); in horAcc16()
370 uint32* wp = (uint32*) cp0; in swabHorAcc32() local
381 uint32* wp = (uint32*) cp0; in horAcc32() local
394 REPEAT4(stride, wp[stride] += wp[0]; wp++) in horAcc32()
560 uint16 *wp = (uint16*) cp0; in horDiff16() local
572 wp += wc - 1; in horDiff16()
574 …REPEAT4(stride, wp[stride] = (uint16)(((unsigned int)wp[stride] - (unsigned int)wp[0]) & 0xffff); in horDiff16()
611 wp += wc - 1; in horDiff32()
[all …]
H A Dtif_swab.c36 TIFFSwabShort(uint16* wp) in TIFFSwabShort() argument
38 register unsigned char* cp = (unsigned char*) wp; in TIFFSwabShort()
73 TIFFSwabArrayOfShort(register uint16* wp, tmsize_t n) in TIFFSwabArrayOfShort() argument
80 cp = (unsigned char*) wp; in TIFFSwabArrayOfShort()
82 wp++; in TIFFSwabArrayOfShort()
H A Dtif_getimage.c1332 *cp++ = BWmap[*wp >> 8][0]; in DECLAREContigPutFunc()
1461 uint16 *wp = (uint16 *)pp; in DECLAREContigPutFunc() local
1467 img->Bitdepth16To8[wp[1]], in DECLAREContigPutFunc()
1469 wp += samplesperpixel; in DECLAREContigPutFunc()
1472 wp += fromskew; in DECLAREContigPutFunc()
1483 uint16 *wp = (uint16 *)pp; in DECLAREContigPutFunc() local
1492 wp += samplesperpixel; in DECLAREContigPutFunc()
1495 wp += fromskew; in DECLAREContigPutFunc()
1506 uint16 *wp = (uint16 *)pp; in DECLAREContigPutFunc() local
1519 wp += samplesperpixel; in DECLAREContigPutFunc()
[all …]
H A Dtiffio.h481 extern void TIFFSwabArrayOfShort(uint16* wp, tmsize_t n);
H A Dtif_dir.c64 void _TIFFsetShortArray(uint16** wpp, uint16* wp, uint32 n) in _TIFFsetShortArray() argument
65 { setByteArray((void**) wpp, (void*) wp, n, sizeof (uint16)); } in _TIFFsetShortArray()
/libtiff-4.0.7/tools/
H A Dtiffdump.c736 uint16 *wp = (uint16*)data; in PrintData() local
738 fprintf(fd, shortfmt, sep, *wp++), sep = " "; in PrintData()
742 int16 *wp = (int16*)data; in PrintData() local
744 fprintf(fd, sshortfmt, sep, *wp++), sep = " "; in PrintData()
/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirwrite.c333 uint16* wp; in TIFFWriteNormalSubTag() local
335 (*getFieldFn)(tif, fip->field_tag, &wc, &wp); in TIFFWriteNormalSubTag()
338 (*getFieldFn)(tif, fip->field_tag, &wp); in TIFFWriteNormalSubTag()
339 if (!WRITEF(TIFFWriteShortArray, wp)) in TIFFWriteNormalSubTag()
H A Dtif_pdsdirread.c982 register uint16* wp = dp; in TIFFFetchStripThing() local
984 *lp++ = *wp++; in TIFFFetchStripThing()