Searched refs:UNROLL8 (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_getimage.c | 1208 #define UNROLL8(w, op1, op2) { \ macro 1332 UNROLL8(w, bw = PALmap[*pp++], *cp++ = *bw++); in DECLAREContigPutFunc() 1414 UNROLL8(w, bw = BWmap[*pp++], *cp++ = *bw++); in DECLAREContigPutFunc() 1464 UNROLL8(w, NOP, in DECLAREContigPutFunc() 1483 UNROLL8(w, NOP, in DECLAREContigPutFunc() 1601 UNROLL8(w, NOP, in DECLAREContigPutFunc() 1657 UNROLL8(w, NOP, *cp++ = PACK(*r++, *g++, *b++)); in DECLARESepPutFunc() 1670 UNROLL8(w, NOP, *cp++ = PACK4(*r++, *g++, *b++, *a++)); in DECLARESepPutFunc()
|