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