Searched defs:UNROLL8 (Results 1 - 1 of 1) sorted by relevance
/external/pdfium/third_party/libtiff/ |
H A D | tif_getimage.c | 1157 #define UNROLL8(w, op1, op2) { \ macro 1281 UNROLL8(w, bw = PALmap[*pp++], *cp++ = *bw++); 1363 UNROLL8(w, bw = BWmap[*pp++], *cp++ = *bw++); 1413 UNROLL8(w, NOP, 1432 UNROLL8(w, NOP, 1550 UNROLL8(w, NOP, 1606 UNROLL8(w, NOP, *cp++ = PACK(*r++, *g++, *b++)); 1619 UNROLL8(w, NOP, *cp++ = PACK4(*r++, *g++, *b++, *a++));
|
Completed in 94 milliseconds