Searched refs:y_mem (Results 1 – 1 of 1) sorted by relevance
82 unsigned char *y_mem, unsigned char *u_mem, in fill_smpte_yuv_planar() argument123 y_mem[x] = colors_top[x * 7 / width].y; in fill_smpte_yuv_planar()124 y_mem += stride; in fill_smpte_yuv_planar()129 y_mem[x] = colors_middle[x * 7 / width].y; in fill_smpte_yuv_planar()130 y_mem += stride; in fill_smpte_yuv_planar()135 y_mem[x] = colors_bottom[x * 4 / (width * 5 / 7)].y; in fill_smpte_yuv_planar()137 y_mem[x] = colors_bottom[(x - width * 5 / 7) * 3 / (width / 7) + 4].y; in fill_smpte_yuv_planar()139 y_mem[x] = colors_bottom[7].y; in fill_smpte_yuv_planar()140 y_mem += stride; in fill_smpte_yuv_planar()