Lines Matching refs:PACK
1099 #define PACK(r,g,b) \ macro
1318 *cp++ = PACK(pp[0], pp[1], pp[2]); in DECLAREContigPutFunc()
1381 *cp++ = PACK(img->Bitdepth16To8[wp[0]], in DECLAREContigPutFunc()
1459 *cp++ = PACK(r, g, b); in DECLAREContigPutFunc()
1485 *cp++ = PACK(Map[r], Map[g], Map[b]); in DECLAREContigPutFunc()
1510 UNROLL8(w, NOP, *cp++ = PACK(*r++, *g++, *b++)); in DECLARESepPutFunc()
1582 *cp++ = PACK(img->Bitdepth16To8[*wr++], in DECLARESepPutFunc()
1654 *cp++ = PACK(r, g, b); in DECLAREContigPutFunc()
1669 dst = PACK(r, g, b); \
2134 *cp++ = PACK(dr,dg,db); in DECLARESepPutFunc()
2234 #define GREY(x) c = Map[x]; *p++ = PACK(c,c,c); in makebwmap()
2368 #define CMAP(x) c = (TIFFRGBValue) x; *p++ = PACK(r[c]&0xff, g[c]&0xff, b[c]&0xff); in makecmap()