Lines Matching refs:PACK
1158 #define PACK(r,g,b) \ macro
1377 *cp++ = PACK(pp[0], pp[1], pp[2]); in DECLAREContigPutFunc()
1440 *cp++ = PACK(img->Bitdepth16To8[wp[0]], in DECLAREContigPutFunc()
1518 *cp++ = PACK(r, g, b); in DECLAREContigPutFunc()
1544 *cp++ = PACK(Map[r], Map[g], Map[b]); in DECLAREContigPutFunc()
1569 UNROLL8(w, NOP, *cp++ = PACK(*r++, *g++, *b++)); in DECLARESepPutFunc()
1641 *cp++ = PACK(img->Bitdepth16To8[*wr++], in DECLARESepPutFunc()
1713 *cp++ = PACK(r, g, b); in DECLAREContigPutFunc()
1728 dst = PACK(r, g, b); \
2195 *cp++ = PACK(dr,dg,db); in DECLARESepPutFunc()
2295 #define GREY(x) c = Map[x]; *p++ = PACK(c,c,c); in makebwmap()
2429 #define CMAP(x) c = (TIFFRGBValue) x; *p++ = PACK(r[c]&0xff, g[c]&0xff, b[c]&0xff); in makecmap()