Searched refs:colors_top (Results 1 – 1 of 1) sorted by relevance
213 const struct color_yuv colors_top[] = { in fill_smpte_yuv_planar() local250 y_mem[x] = colors_top[x * 7 / width].y; in fill_smpte_yuv_planar()274 u_mem[x*cs/xsub] = colors_top[x * 7 / width].u; in fill_smpte_yuv_planar()275 v_mem[x*cs/xsub] = colors_top[x * 7 / width].v; in fill_smpte_yuv_planar()317 const struct color_yuv colors_top[] = { in fill_smpte_yuv_packed() local355 y_mem[2*x] = colors_top[x * 7 / width].y; in fill_smpte_yuv_packed()379 c_mem[2*x+u] = colors_top[x * 7 / width].u; in fill_smpte_yuv_packed()380 c_mem[2*x+v] = colors_top[x * 7 / width].v; in fill_smpte_yuv_packed()416 const uint16_t colors_top[] = { in fill_smpte_rgb16() local449 ((uint16_t *)mem)[x] = colors_top[x * 7 / width]; in fill_smpte_rgb16()[all …]