Lines Matching refs:REPEAT
111 #define REPEAT(n, op) { int i; i=n; do { i--; op; } while (i>0); } macro
165 REPEAT(stride, *op = ToLinearF[*wp&mask]; wp++; op++) in horizontalAccumulateF()
168 REPEAT(stride, in horizontalAccumulateF()
231 REPEAT(stride, t0 = ToLinearF[*wp&mask] * SCALE12; in horizontalAccumulate12()
235 REPEAT(stride, in horizontalAccumulate12()
281 REPEAT(stride, *op = ToLinear16[*wp&mask]; wp++; op++) in horizontalAccumulate16()
284 REPEAT(stride, in horizontalAccumulate16()
328 REPEAT(stride, *op = *wp&mask; wp++; op++) in horizontalAccumulate11()
331 REPEAT(stride, in horizontalAccumulate11()
376 REPEAT(stride, *op = ToLinear8[*wp&mask]; wp++; op++) in horizontalAccumulate8()
379 REPEAT(stride, in horizontalAccumulate8()
442 REPEAT(stride, *op = ToLinear8[*wp&mask]; wp++; op++) in horizontalAccumulate8abgr()
445 REPEAT(stride, in horizontalAccumulate8abgr()
964 REPEAT(stride, wp[0] = (uint16) CLAMP(ip[0]); in horizontalDifferenceF()
970 REPEAT(stride, wp[0] = (uint16) CLAMP(ip[0]); wp--; ip--) in horizontalDifferenceF()
1017 REPEAT(stride, wp[0] = CLAMP(ip[0]); in horizontalDifference16()
1023 REPEAT(stride, wp[0] = CLAMP(ip[0]); wp--; ip--) in horizontalDifference16()
1070 REPEAT(stride, wp[0] = CLAMP(ip[0]); in horizontalDifference8()
1076 REPEAT(stride, wp[0] = CLAMP(ip[0]); wp--; ip--) in horizontalDifference8()