Searched refs:u_mem (Results 1 – 1 of 1) sorted by relevance
160 unsigned char *y_mem, unsigned char *u_mem, in fill_smpte_yuv_planar() argument225 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[all …]