Lines Matching defs:u_mem
188 unsigned char *y_mem, unsigned char *u_mem,
253 u_mem[x*cs/xsub] = colors_top[x * 7 / width].u;
256 u_mem += stride * cs / xsub;
262 u_mem[x*cs/xsub] = colors_middle[x * 7 / width].u;
265 u_mem += stride * cs / xsub;
271 u_mem[x*cs/xsub] =
277 u_mem[x*cs/xsub] = colors_bottom[(x - width * 5 / 7) *
283 u_mem[x*cs/xsub] = colors_bottom[7].u;
286 u_mem += stride * cs / xsub;
1425 unsigned char *y_mem, unsigned char *u_mem,
1442 u_mem[x/xsub*cs] = color.u;
1448 u_mem += stride * cs / xsub;