Lines Matching defs:out
251 uint8_t* out = (uint8_t*)dst;261 ST_UB2(dst0, dst1, out, 16);263 out += 32;271 ST_UB(dst0, out);273 out += 16;280 out[0] = (b + g) & 0xff;281 out[1] = g;282 out[2] = (r + g) & 0xff;283 out[4] = in[4];284 out += 4;