Searched refs:PACK4 (Results 1 – 1 of 1) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_getimage.c | 1186 #define PACK4(r,g,b,a) \ macro 1422 *cp++ = PACK4(pp[0], pp[1], pp[2], pp[3]); in DECLAREContigPutFunc() 1447 *cp++ = PACK4(r,g,b,a); in DECLAREContigPutFunc() 1488 *cp++ = PACK4(img->Bitdepth16To8[wp[0]], in DECLAREContigPutFunc() 1518 *cp++ = PACK4(r,g,b,a); in DECLAREContigPutFunc() 1608 UNROLL8(w, NOP, *cp++ = PACK4(*r++, *g++, *b++, *a++)); in DECLARESepPutFunc() 1627 *cp++ = PACK4(rv,gv,bv,255); in DECLARESepPutFunc() 1649 *cp++ = PACK4(rv,gv,bv,av); in DECLARESepPutFunc() 1687 *cp++ = PACK4(img->Bitdepth16To8[*wr++], in DECLARESepPutFunc() 1715 *cp++ = PACK4(r2,g2,b2,a2); in DECLARESepPutFunc()
|