Searched refs:colors_top (Results 1 – 1 of 1) sorted by relevance
164 const struct color_yuv colors_top[] = { in fill_smpte_yuv_planar() local201 y_mem[x] = colors_top[x * 7 / width].y; in fill_smpte_yuv_planar()225 u_mem[x*cs/xsub] = colors_top[x * 7 / width].u; in fill_smpte_yuv_planar()226 v_mem[x*cs/xsub] = colors_top[x * 7 / width].v; in fill_smpte_yuv_planar()267 const struct color_yuv colors_top[] = { in fill_smpte_yuv_packed() local305 y_mem[2*x] = colors_top[x * 7 / width].y; in fill_smpte_yuv_packed()329 c_mem[2*x+u] = colors_top[x * 7 / width].u; in fill_smpte_yuv_packed()330 c_mem[2*x+v] = colors_top[x * 7 / width].v; in fill_smpte_yuv_packed()366 const uint16_t colors_top[] = { in fill_smpte_rgb16() local399 ((uint16_t *)mem)[x] = colors_top[x * 7 / width]; in fill_smpte_rgb16()[all …]