Lines Matching defs:u_mem
160 unsigned char *y_mem, unsigned char *u_mem,
225 u_mem[x*cs/xsub] = colors_top[x * 7 / width].u;
228 u_mem += stride * cs / xsub;
234 u_mem[x*cs/xsub] = colors_middle[x * 7 / width].u;
237 u_mem += stride * cs / xsub;
243 u_mem[x*cs/xsub] =
249 u_mem[x*cs/xsub] = colors_bottom[(x - width * 5 / 7) *
255 u_mem[x*cs/xsub] = colors_bottom[7].u;
258 u_mem += stride * cs / xsub;
843 unsigned char *y_mem, unsigned char *u_mem,
864 u_mem[x/xsub*cs] = color.u;
870 u_mem += stride * cs / xsub;