Searched refs:colors_top (Results 1 – 1 of 1) sorted by relevance
81 const struct color_yuv colors_top[] = { in fill_smpte_yuv_planar() local118 y_mem[x] = colors_top[x * 7 / width].y; in fill_smpte_yuv_planar()142 u_mem[x*cs/xsub] = colors_top[x * 7 / width].u; in fill_smpte_yuv_planar()143 v_mem[x*cs/xsub] = colors_top[x * 7 / width].v; in fill_smpte_yuv_planar()184 const struct color_yuv colors_top[] = { in fill_smpte_yuv_packed() local222 y_mem[2*x] = colors_top[x * 7 / width].y; in fill_smpte_yuv_packed()246 c_mem[2*x+u] = colors_top[x * 7 / width].u; in fill_smpte_yuv_packed()247 c_mem[2*x+v] = colors_top[x * 7 / width].v; in fill_smpte_yuv_packed()283 const uint16_t colors_top[] = { in fill_smpte_rgb16() local316 ((uint16_t *)mem)[x] = colors_top[x * 7 / width]; in fill_smpte_rgb16()[all …]