Searched refs:colors_top (Results 1 – 1 of 1) sorted by relevance
86 const struct color_yuv colors_top[] = { in fill_smpte_yuv_planar() local123 y_mem[x] = colors_top[x * 7 / width].y; in fill_smpte_yuv_planar()146 u_mem[x * cs / xsub] = colors_top[x * 7 / width].u; in fill_smpte_yuv_planar()147 v_mem[x * cs / xsub] = colors_top[x * 7 / width].v; in fill_smpte_yuv_planar()189 const uint16_t colors_top[] = { in fill_smpte_rgb16() local220 ((uint16_t *)mem)[x] = colors_top[x * 7 / width]; in fill_smpte_rgb16()250 const struct color_rgb24 colors_top[] = { in fill_smpte_rgb24() local281 ((struct color_rgb24 *)mem)[x] = colors_top[x * 7 / width]; in fill_smpte_rgb24()311 const uint32_t colors_top[] = { in fill_smpte_rgb32() local342 ((uint32_t *)mem)[x] = colors_top[x * 7 / width]; in fill_smpte_rgb32()