Home
last modified time | relevance | path

Searched refs:REPEAT4 (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_predict.c263 #define REPEAT4(n, op) \ macro
328 REPEAT4(stride, cp[stride] = in horAcc8()
364REPEAT4(stride, wp[stride] = (uint16)(((unsigned int)wp[stride] + (unsigned int)wp[0]) & 0xffff); … in horAcc16()
398 REPEAT4(stride, wp[stride] += wp[0]; wp++) in horAcc32()
430 REPEAT4(stride, cp[stride] = in fpAcc()
552 REPEAT4(stride, cp[stride] = (unsigned char)((cp[stride] - cp[0])&0xff); cp--) in horDiff8()
578REPEAT4(stride, wp[stride] = (uint16)(((unsigned int)wp[stride] - (unsigned int)wp[0]) & 0xffff); … in horDiff16()
617 REPEAT4(stride, wp[stride] -= wp[0]; wp--) in horDiff32()
678 REPEAT4(stride, cp[stride] = (unsigned char)((cp[stride] - cp[0])&0xff); cp--) in fpDiff()
Dtif_getimage.c1192 #define REPEAT8(op) REPEAT4(op); REPEAT4(op)
1193 #define REPEAT4(op) REPEAT2(op); REPEAT2(op) macro
1223 REPEAT4(op2); \