Lines Matching refs:wp
1326 uint16 *wp = (uint16 *) pp; in DECLAREContigPutFunc() local
1332 *cp++ = BWmap[*wp >> 8][0]; in DECLAREContigPutFunc()
1334 wp += samplesperpixel; in DECLAREContigPutFunc()
1461 uint16 *wp = (uint16 *)pp; in DECLAREContigPutFunc() local
1466 *cp++ = PACK(img->Bitdepth16To8[wp[0]], in DECLAREContigPutFunc()
1467 img->Bitdepth16To8[wp[1]], in DECLAREContigPutFunc()
1468 img->Bitdepth16To8[wp[2]]); in DECLAREContigPutFunc()
1469 wp += samplesperpixel; in DECLAREContigPutFunc()
1472 wp += fromskew; in DECLAREContigPutFunc()
1483 uint16 *wp = (uint16 *)pp; in DECLAREContigPutFunc() local
1488 *cp++ = PACK4(img->Bitdepth16To8[wp[0]], in DECLAREContigPutFunc()
1489 img->Bitdepth16To8[wp[1]], in DECLAREContigPutFunc()
1490 img->Bitdepth16To8[wp[2]], in DECLAREContigPutFunc()
1491 img->Bitdepth16To8[wp[3]]); in DECLAREContigPutFunc()
1492 wp += samplesperpixel; in DECLAREContigPutFunc()
1495 wp += fromskew; in DECLAREContigPutFunc()
1506 uint16 *wp = (uint16 *)pp; in DECLAREContigPutFunc() local
1513 a = img->Bitdepth16To8[wp[3]]; in DECLAREContigPutFunc()
1515 r = m[img->Bitdepth16To8[wp[0]]]; in DECLAREContigPutFunc()
1516 g = m[img->Bitdepth16To8[wp[1]]]; in DECLAREContigPutFunc()
1517 b = m[img->Bitdepth16To8[wp[2]]]; in DECLAREContigPutFunc()
1519 wp += samplesperpixel; in DECLAREContigPutFunc()
1522 wp += fromskew; in DECLAREContigPutFunc()