Searched refs:y_mem (Results 1 – 1 of 1) sorted by relevance
77 unsigned char *y_mem, unsigned char *u_mem, in fill_smpte_yuv_planar() argument118 y_mem[x] = colors_top[x * 7 / width].y; in fill_smpte_yuv_planar()119 y_mem += stride; in fill_smpte_yuv_planar()124 y_mem[x] = colors_middle[x * 7 / width].y; in fill_smpte_yuv_planar()125 y_mem += stride; in fill_smpte_yuv_planar()130 y_mem[x] = colors_bottom[x * 4 / (width * 5 / 7)].y; in fill_smpte_yuv_planar()132 y_mem[x] = colors_bottom[(x - width * 5 / 7) * 3 in fill_smpte_yuv_planar()135 y_mem[x] = colors_bottom[7].y; in fill_smpte_yuv_planar()136 y_mem += stride; in fill_smpte_yuv_planar()212 unsigned char *y_mem = (yuv->order & YUV_YC) ? mem : mem + 1; in fill_smpte_yuv_packed() local[all …]