Lines Matching refs:PACK
1246 #define PACK(r,g,b) \ macro
1465 *cp++ = PACK(pp[0], pp[1], pp[2]); in DECLAREContigPutFunc()
1528 *cp++ = PACK(img->Bitdepth16To8[wp[0]], in DECLAREContigPutFunc()
1606 *cp++ = PACK(r, g, b); in DECLAREContigPutFunc()
1632 *cp++ = PACK(Map[r], Map[g], Map[b]); in DECLAREContigPutFunc()
1657 UNROLL8(w, NOP, *cp++ = PACK(*r++, *g++, *b++)); in DECLARESepPutFunc()
1729 *cp++ = PACK(img->Bitdepth16To8[*wr++], in DECLARESepPutFunc()
1801 *cp++ = PACK(r, g, b); in DECLAREContigPutFunc()
1816 dst = PACK(r, g, b); \
2295 *cp++ = PACK(dr,dg,db); in DECLARESepPutFunc()
2425 #define GREY(x) c = Map[x]; *p++ = PACK(c,c,c); in makebwmap()
2560 #define CMAP(x) c = (TIFFRGBValue) x; *p++ = PACK(r[c]&0xff, g[c]&0xff, b[c]&0xff); in makecmap()